Make lldb-gdbserver to take explicit socket scheme as command line argument - so lldb gdb-server uses the same socket type as platform does.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Need to make a copy of socket_scheme in GDBRemoteCommunicationServerPlatform (save it to a std::string).
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h | ||
---|---|---|
71 | We should make a copy in a std::string here. |
Comment Actions
Files:
/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h /lldb/trunk/tools/lldb-server/Acceptor.cpp /lldb/trunk/tools/lldb-server/Acceptor.h /lldb/trunk/tools/lldb-server/lldb-platform.cpp
Users:
ovyalov (Author)
We should make a copy in a std::string here.