[Lldb-commits] [PATCH] Add filepath to qModuleInfo packet
Tamas Berghammer
tberghammer at google.com
Tue Mar 10 12:08:02 PDT 2015
Hi ovyalov,
Add filepath to qModuleInfo packet
The file path is currently required on android because the executable only contain the name of the system libraries without their path. This CL add an extra field to the qModuleInfo packet to return the full path of a module and add logic to locate a shared module on android.
http://reviews.llvm.org/D8221
Files:
include/lldb/Host/android/HostInfoAndroid.h
source/Host/android/HostInfoAndroid.cpp
source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8221.21616.patch
Type: text/x-patch
Size: 5136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150310/8fde2c41/attachment.bin>
More information about the lldb-commits
mailing list