summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-09-10 21:28:38 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-09-10 21:28:38 +0000
commit1109ed42450bedcc0000994414f741988034540a (patch)
tree55b6495da463f249adeab360ce06bcea9a6a5069 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
parentc435adcde045fc739ea18e798ceb32b552fd6827 (diff)
downloadbcm5719-llvm-1109ed42450bedcc0000994414f741988034540a.tar.gz
bcm5719-llvm-1109ed42450bedcc0000994414f741988034540a.zip
llgs: implement qThreadStopInfo.
This change implements this ticket: http://llvm.org/bugs/show_bug.cgi?id=20899 Adds the qThreadStopInfo RSP command for llgs and includes a test that verifies both debugserver and llgs respond with something reasonable on a multithreaded app. llvm-svn: 217549
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
index 13c037c0287..8143ed2336c 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
@@ -463,6 +463,9 @@ protected:
PacketResult
Handle_vAttach (StringExtractorGDBRemote &packet);
+ PacketResult
+ Handle_qThreadStopInfo (StringExtractorGDBRemote &packet);
+
void
SetCurrentThreadID (lldb::tid_t tid);
OpenPOWER on IntegriCloud