LLGS local - signal stops inferior in debugger
authorChaoren Lin <chaorenl@google.com>
Tue, 3 Feb 2015 01:51:02 +0000 (01:51 +0000)
committerChaoren Lin <chaorenl@google.com>
Tue, 3 Feb 2015 01:51:02 +0000 (01:51 +0000)
commit911a6dcaa980034659498af658cb1c1884055d0e
treee7efddf2e293ef4a0274fb1e74ea982604b07684
parente9547b80522c32a95ec7fc57392a8db6f7770081
LLGS local - signal stops inferior in debugger

NativeProcessLinux::MonitorSignal was automatically resuming threads
that stopped due to a signal.  This is inconsistent with the
behavior of lldb and gdb.  This change removes the automatic resume.

Fixes
TestSendSignal.py
TestSignalsAPI.py
if PLATFORM_LINUX_FORCE_LLGS_LOCAL is in the environment vars.

llvm-svn: 227918
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp