diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-06-18 20:43:56 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-06-18 20:43:56 +0000 |
commit | 783bfc8caa4c50c0248f90ea7adf2dbd1e48f4e7 (patch) | |
tree | 694f259f810cd5047c9525287ec609d39d78fede /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h | |
parent | d2158755eb718da05fc0ba817b9b7fb64d74a54f (diff) | |
download | bcm5719-llvm-783bfc8caa4c50c0248f90ea7adf2dbd1e48f4e7.tar.gz bcm5719-llvm-783bfc8caa4c50c0248f90ea7adf2dbd1e48f4e7.zip |
Fetch object file load address if it isn't specified by the linker
Differential revision: http://reviews.llvm.org/D10490
llvm-svn: 240052
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h index a5e2bbcc2be..1eda0b052bb 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h @@ -236,6 +236,9 @@ protected: PacketResult Handle_qWatchpointSupportInfo (StringExtractorGDBRemote &packet); + PacketResult + Handle_qFileLoadAddress (StringExtractorGDBRemote &packet); + void SetCurrentThreadID (lldb::tid_t tid); |