summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-05-15 09:29:09 +0000
committerIlia K <ki.stfu@gmail.com>2015-05-15 09:29:09 +0000
commit06d2855fb3fd7dcc623f14c2d0469bc173ca00c0 (patch)
tree34955079b79829a5e533af6f9010141a2db235fd /lldb/scripts/interface
parentd50ea2fc158a690a83d45d5cca49be72c6861356 (diff)
downloadbcm5719-llvm-06d2855fb3fd7dcc623f14c2d0469bc173ca00c0.tar.gz
bcm5719-llvm-06d2855fb3fd7dcc623f14c2d0469bc173ca00c0.zip
Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)
# Add SBProcess::GetInterruptedFromEvent # Add vrEvent arg in CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStateStopped and CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStopSignal # Refactor CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStopSignal ## Clean up and fix typos ## Remove vwrbShouldBrk arg # Fix MiSignalTestCase.test_lldbmi_stopped_when_stopatentry_{local,remote} to expect SIGSTOP instead of SIGINT llvm-svn: 237426
Diffstat (limited to 'lldb/scripts/interface')
-rw-r--r--lldb/scripts/interface/SBProcess.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/interface/SBProcess.i b/lldb/scripts/interface/SBProcess.i
index e6f5464d0e6..91efd4e703a 100644
--- a/lldb/scripts/interface/SBProcess.i
+++ b/lldb/scripts/interface/SBProcess.i
@@ -349,6 +349,9 @@ public:
GetProcessFromEvent (const lldb::SBEvent &event);
static bool
+ GetInterruptedFromEvent (const lldb::SBEvent &event);
+
+ static bool
EventIsProcessEvent (const lldb::SBEvent &event);
lldb::SBBroadcaster
OpenPOWER on IntegriCloud