Go to file
Jim Ingham 962260c852 Fix a glitch in the Driver's batch mode when used with "attach".
Batch mode is supposed to stop execution and return control to the user when an
exceptional stop occurs (crash, signal or instrumentation).  But attach always stops
with a SIGSTOP on OSX (maybe on Linux too?) which would short circuit the rest of the
commands given.

This change allows a command result object to indicate that it expected to leave the 
process stopped with an exceptional stop reason, and it is okay for batch mode to keep going.

<rdar://problem/22243143>

llvm-svn: 257120
2016-01-08 00:20:47 +00:00
clang Turn off lldb debug tuning by default for FreeBSD 2016-01-07 22:09:47 +00:00
clang-tools-extra Fix typo. 2016-01-04 21:25:10 +00:00
compiler-rt [cmake] Indentation fix (NFC) 2016-01-08 00:07:50 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx [libcxx] Set LC_ALL rather than LC_COLLATE to override collation. 2016-01-07 02:36:09 +00:00
libcxxabi Add new tests for throwing incomplete pointer types 2015-12-23 07:04:32 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld ELF: Simplify Target::isSizeReloc and add comments. 2016-01-08 00:13:23 +00:00
lldb Fix a glitch in the Driver's batch mode when used with "attach". 2016-01-08 00:20:47 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [llvm-symbolizer] Print out non-address lines verbatim. 2016-01-07 23:57:41 +00:00
openmp Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
polly Define buildScheduleRec on RegionNodes and pull out the tree traversal [NFC] 2016-01-06 15:30:06 +00:00