aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2022-06-25 09:39:25 +0200
committerMichał Górny <mgorny@moritz.systems>2022-06-25 09:46:28 +0200
commitf609b54e249a4eb9b5f68a26b3fecba87d7324c0 (patch)
tree26fb65a890584a5438968eed3b9c4cdfc84a5390 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
parent6e3d4712b90bf91ae369475c84ac23d6a5af0796 (diff)
downloadllvm-f609b54e249a4eb9b5f68a26b3fecba87d7324c0.zip
llvm-f609b54e249a4eb9b5f68a26b3fecba87d7324c0.tar.gz
llvm-f609b54e249a4eb9b5f68a26b3fecba87d7324c0.tar.bz2
Revert "[lldb] [llgs] Support multiprocess in qfThreadInfo"
This reverts part of commit 75757c86c695a6b4695458343637b3c4fe86def6. It broke the following test: commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py I need more time to figure it out, so I'm reverting the code changes and marking the tests depending on them xfail.
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 5187a95..17cc321c 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
@@ -159,9 +159,6 @@ protected:
PacketResult Handle_qRegisterInfo(StringExtractorGDBRemote &packet);
- void AddProcessThreads(StreamGDBRemote &response,
- NativeProcessProtocol &process, bool &had_any);
-
PacketResult Handle_qfThreadInfo(StringExtractorGDBRemote &packet);
PacketResult Handle_qsThreadInfo(StringExtractorGDBRemote &packet);