aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2022-07-15 13:43:34 +0200
committerMichał Górny <mgorny@moritz.systems>2022-07-15 13:43:34 +0200
commit7a2b09b4798dbd5ec69e934b595eab5afddf33c5 (patch)
tree541a0469bcdd9fa948663e63878044eac8a7100c /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
parent2e62a26fd77d5c63c27597609628251338ff13dc (diff)
downloadllvm-7a2b09b4798dbd5ec69e934b595eab5afddf33c5.zip
llvm-7a2b09b4798dbd5ec69e934b595eab5afddf33c5.tar.gz
llvm-7a2b09b4798dbd5ec69e934b595eab5afddf33c5.tar.bz2
Revert "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"
This reverts commit f8605da8758fbae16410e4ed5493a39429fd73ec. This is causing buildbot failures and now I see that I have not updated the tests to use "stop" instead of "trap".
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
index 47e8a78..ebd6566 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
@@ -155,9 +155,6 @@ protected:
PacketResult Handle_QListThreadsInStopReply(StringExtractorGDBRemote &packet);
- PacketResult ResumeProcess(NativeProcessProtocol &process,
- const ResumeActionList &actions);
-
PacketResult Handle_C(StringExtractorGDBRemote &packet);
PacketResult Handle_c(StringExtractorGDBRemote &packet);