diff options
author | Greg Clayton <gclayton@apple.com> | 2015-05-29 00:15:15 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2015-05-29 00:15:15 +0000 |
commit | 420562aa82f8a81675772f795ca22c74ae817128 (patch) | |
tree | c48d4d124b81482700e370c407e67d7e1d54750b /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h | |
parent | de4c598ccf35f8f58b736e72c50916e2b26faec1 (diff) | |
download | llvm-420562aa82f8a81675772f795ca22c74ae817128.zip llvm-420562aa82f8a81675772f795ca22c74ae817128.tar.gz llvm-420562aa82f8a81675772f795ca22c74ae817128.tar.bz2 |
Add support for the qEcho command to lldb-server in the common packets.
llvm-svn: 238533
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h index cb79d10..62b129b 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h @@ -110,6 +110,9 @@ protected: Handle_vFile_MD5 (StringExtractorGDBRemote &packet); PacketResult + Handle_qEcho (StringExtractorGDBRemote &packet); + + PacketResult Handle_qModuleInfo (StringExtractorGDBRemote &packet); PacketResult |