Don't actually Halt in the Interrupt handler for the Process, just send an AsyncInter...
authorJim Ingham <jingham@apple.com>
Wed, 19 Jun 2013 00:56:17 +0000 (00:56 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 19 Jun 2013 00:56:17 +0000 (00:56 +0000)
commitfc65a50f4188595c8ca5980f0e41db47edf5e979
treea9de463185fe5902bd6f2503e43faeaf56370d94
parent56137cd48338bf9272042af9c4e2911ec732a47d
Don't actually Halt in the Interrupt handler for the Process, just send an AsyncInterrupt.
That's actually not async-signal-clean, but it is a lot safer than Halt...

llvm-svn: 184270
lldb/source/Target/Process.cpp