summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-02-03 01:51:56 +0000
committerChaoren Lin <chaorenl@google.com>2015-02-03 01:51:56 +0000
commit6a196ce691eb9854c6b12ff7e061f564fe25972f (patch)
treec1b8d2c59a4e103c888b8ab74d3e4d9f5d5b527a /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
parent2ce76278071b500d1d26b99f2e3291f2a05693e8 (diff)
downloadbcm5719-llvm-6a196ce691eb9854c6b12ff7e061f564fe25972f.tar.gz
bcm5719-llvm-6a196ce691eb9854c6b12ff7e061f564fe25972f.zip
Fix TestThreadStepOut on Linux with LLGS
Remove implicit stop action on $vCont package for threads where no explicit action or default action specified based on the specification (they have to stay in there original state). llvm-svn: 227933
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
index a2c57db13f9..c7d8f9a4b8d 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
@@ -2530,10 +2530,6 @@ GDBRemoteCommunicationServer::Handle_vCont (StringExtractorGDBRemote &packet)
thread_actions.Append (thread_action);
}
- // If a default action for all other threads wasn't mentioned
- // then we should stop the threads.
- thread_actions.SetDefaultThreadActionIfNeeded (eStateStopped, 0);
-
Error error = m_debugged_process_sp->Resume (thread_actions);
if (error.Fail ())
{
OpenPOWER on IntegriCloud