Recommit "Fix race during process interruption"
authorPavel Labath <labath@google.com>
Mon, 7 Dec 2015 12:36:52 +0000 (12:36 +0000)
committerPavel Labath <labath@google.com>
Mon, 7 Dec 2015 12:36:52 +0000 (12:36 +0000)
commit19da1f16c22488ce99dea549025d069b37a267cb
tree9b62a2edbbcac14784ea775db7c80b85370897e6
parentcb8ea4bd23ba93ab4bfc38ae6677b43eca3a950e
Recommit "Fix race during process interruption"

This is a resubmit of r254403, see that commit's message for context. This fixes an issue in the
original commit, where we would incorrectly interrupt the process if the interrupt request came
just as we were about to send the stopped event to the public.

llvm-svn: 254902
lldb/include/lldb/Target/Process.h
lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py
lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py
lldb/source/Target/Process.cpp