summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-07-29 22:30:01 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-07-29 22:30:01 +0000
commit7306cf3cb7fd69583510529609b975939393254f (patch)
tree7d65b828bb9e7a1a82c4085eb09cf58917bee26b /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
parentcf36a366a81bdca3083cdcdf2f405a9071598230 (diff)
downloadbcm5719-llvm-7306cf3cb7fd69583510529609b975939393254f.tar.gz
bcm5719-llvm-7306cf3cb7fd69583510529609b975939393254f.zip
Add $vAttach support to llgs.
Also adds a new test case for vAttach;{pid} for llgs and debugserver. llvm-svn: 214236
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 d20cc2ae8f7..412b591e6ec 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
@@ -457,6 +457,9 @@ protected:
PacketResult
Handle_QRestoreRegisterState (StringExtractorGDBRemote &packet);
+ PacketResult
+ Handle_vAttach (StringExtractorGDBRemote &packet);
+
void
SetCurrentThreadID (lldb::tid_t tid);
OpenPOWER on IntegriCloud