commit | 9fe526c2e741351387d572093d65da2018d6b88a | [log] [tgz] |
---|---|---|
author | Oleksiy Vyalov <ovyalov@google.com> | Wed Oct 21 19:34:26 2015 +0000 |
committer | Oleksiy Vyalov <ovyalov@google.com> | Wed Oct 21 19:34:26 2015 +0000 |
tree | 56799a886db0c714fcc3b08fc20ae9f5a8920819 | |
parent | 526b5f9cd4794794d278db42c56f074404aa9a5e [diff] [blame] |
Add domain socket support to gdb-remote protocol and lldb-server. http://reviews.llvm.org/D13881 llvm-svn: 250933
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index b08ff06..4847aad 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -114,8 +114,11 @@ bool GetLaunchSuccess (std::string &error_str); - uint16_t - LaunchGDBserverAndGetPort (lldb::pid_t &pid, const char *remote_accept_hostname); + bool + LaunchGDBServer (const char *remote_accept_hostname, + lldb::pid_t &pid, + uint16_t &port, + std::string &socket_name); bool KillSpawnedProcess (lldb::pid_t pid);