From 4a4bb12e0ddfc715e756574924389a241dad8ce4 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 16 Jul 2015 14:14:35 +0000 Subject: Add jThreadsInfo support to lldb-server Summary: This commit adds initial support for the jThreadsInfo packet to lldb-server. The current implementation does not expedite inferior memory. I have also added a description of the new packet to our protocol documentation (mostly taken from Greg's earlier commit message). Reviewers: clayborg, ovyalov, tberghammer Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11187 llvm-svn: 242402 --- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h index 29f3fdebcfb..0d258fbd247 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h @@ -240,6 +240,9 @@ protected: PacketResult Handle_qThreadStopInfo (StringExtractorGDBRemote &packet); + PacketResult + Handle_jThreadsInfo (StringExtractorGDBRemote &packet); + PacketResult Handle_qWatchpointSupportInfo (StringExtractorGDBRemote &packet); -- cgit v1.2.3