Pass a full executable path within "name" response field for q*ProcessInfo commands so lldb host can get a full executable path for a process.
Client side already expects this field to be a full path - "process_info.GetExecutableFile().SetFile (value.c_str(), false);" - https://github.com/llvm-mirror/lldb/blob/master/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp#L2356
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
AFFECTED FILES
/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
USERS
ovyalov (Author)