From f04b3635c40e76e525f47807f64fdbe0a9fdf4ba Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 30 May 2019 07:25:22 +0000 Subject: [lldb-server] Support 'g' packets Differential Revision: https://reviews.llvm.org/D62221 Patch by Guilherme Andrade . llvm-svn: 362063 --- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h | 2 ++ 1 file changed, 2 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 1609174b1d3..1f626c2ad76 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h @@ -178,6 +178,8 @@ protected: PacketResult Handle_QPassSignals(StringExtractorGDBRemote &packet); + PacketResult Handle_g(StringExtractorGDBRemote &packet); + void SetCurrentThreadID(lldb::tid_t tid); lldb::tid_t GetCurrentThreadID() const; -- cgit v1.2.3