aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-05-30 07:25:22 +0000
committerPavel Labath <pavel@labath.sk>2019-05-30 07:25:22 +0000
commitf04b3635c40e76e525f47807f64fdbe0a9fdf4ba (patch)
treef863ad103d180a3acc48a0735ed19bac3d5c65e3 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
parent851f57effaaa8b13d345142f43dbed35e3047f23 (diff)
downloadllvm-f04b3635c40e76e525f47807f64fdbe0a9fdf4ba.zip
llvm-f04b3635c40e76e525f47807f64fdbe0a9fdf4ba.tar.gz
llvm-f04b3635c40e76e525f47807f64fdbe0a9fdf4ba.tar.bz2
[lldb-server] Support 'g' packets
Differential Revision: https://reviews.llvm.org/D62221 Patch by Guilherme Andrade <guiandrade@google.com>. llvm-svn: 362063
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
index 1609174..1f626c2 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;