"source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.
authorJim Ingham <jingham@apple.com>
Fri, 17 Nov 2017 01:19:59 +0000 (01:19 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 17 Nov 2017 01:19:59 +0000 (01:19 +0000)
commit9347b68629ce18a3b0015d7102c89e5c0b9ce6b8
treec905c092617624d6faa14984c082fc5b03ca168c
parent370c766e407ae1b44e568d55bc1f2a6aa1b12aeb
"source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.

The parameters were just passed in the wrong order.

<rdar://problem/35150446>

llvm-svn: 318495
lldb/source/Commands/CommandObjectSource.cpp