Add "-k" and "-K" options to the driver, that allow you to register
authorJim Ingham <jingham@apple.com>
Wed, 19 Nov 2014 01:28:13 +0000 (01:28 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 19 Nov 2014 01:28:13 +0000 (01:28 +0000)
commit4add3b13f00e78ed11028440bda8cb1ce00b0939
tree18d9e9814dd914390f9841148f9d9a06f275d1a2
parent22df0eb2e81015afa9d74e04ab83e6dc9f21f551
Add "-k" and "-K" options to the driver, that allow you to register
some commands that will get run if the target crashes.

Also fix the bug where the local .lldbinit file was not getting
sourced before not after the target was created from the file options on the
driver command line.

<rdar://problem/19019843>

llvm-svn: 222295
lldb/tools/driver/Driver.cpp
lldb/tools/driver/Driver.h