Disabled local-llgs hijacking of state on startup; passed along signo to killed process.
authorChaoren Lin <chaorenl@google.com>
Tue, 3 Feb 2015 01:50:54 +0000 (01:50 +0000)
committerChaoren Lin <chaorenl@google.com>
Tue, 3 Feb 2015 01:50:54 +0000 (01:50 +0000)
commit9d617ba613ea3cbeeac52dd976e7ccf5fff4b752
treeebf06174c2da605dde9a3515fe539ff42f45e561
parentb8af31d4b60bee8dc4faefad30764cbce219e2a9
Disabled local-llgs hijacking of state on startup; passed along signo to killed process.

It looks like Shawn's fix addresses what the initial hijacking was trying
to accomplish per conversations with Greg and Jim.  The hijacking was
causing several tests to hang (#61, #62, #63, #64, #67, possibly more).
These tests now just fail rather than hang with this modification.

llvm-svn: 227914
lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp