diff options
author | Oleksiy Vyalov <ovyalov@google.com> | 2015-02-25 22:15:44 +0000 |
---|---|---|
committer | Oleksiy Vyalov <ovyalov@google.com> | 2015-02-25 22:15:44 +0000 |
commit | 6801be33545e2d6721a44da19b0127a3c3d5b1d5 (patch) | |
tree | 870beb48ea96d41ad8fbe2f2d5c1eb057bd6e8d7 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h | |
parent | 89c1eaa5317ad5abea69e973d2485ca1ab790975 (diff) | |
download | bcm5719-llvm-6801be33545e2d6721a44da19b0127a3c3d5b1d5.tar.gz bcm5719-llvm-6801be33545e2d6721a44da19b0127a3c3d5b1d5.zip |
Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform.
http://reviews.llvm.org/D7709
llvm-svn: 230556
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 c61f903ee99..b3270ab740d 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h @@ -126,6 +126,9 @@ protected: Handle_vFile_MD5 (StringExtractorGDBRemote &packet); PacketResult + Handle_qModuleInfo (StringExtractorGDBRemote &packet); + + PacketResult Handle_qPlatform_shell (StringExtractorGDBRemote &packet); PacketResult |