aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-12-04 19:40:33 +0000
committerGreg Clayton <gclayton@apple.com>2013-12-04 19:40:33 +0000
commitdbf0457a7b4cab661df1f501c5df424596aeb6ef (patch)
tree33fee4f8a17e9d0b81c4c1cbbb076f80bc24bda8 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
parentc8b38d3389d8c52aa32d30a97dabe60f9aeda9a5 (diff)
downloadllvm-dbf0457a7b4cab661df1f501c5df424596aeb6ef.zip
llvm-dbf0457a7b4cab661df1f501c5df424596aeb6ef.tar.gz
llvm-dbf0457a7b4cab661df1f501c5df424596aeb6ef.tar.bz2
Allow the hostname to be specified when asking a platform to launch another debugserver in case you want to change it.
The GDB server remote platform how has the debugserver that are launched on iOS devices to use localhost due to the use of a USB mux. llvm-svn: 196405
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index 564afbb..c5109f7 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -94,7 +94,7 @@ public:
GetLaunchSuccess (std::string &error_str);
uint16_t
- LaunchGDBserverAndGetPort (lldb::pid_t &pid);
+ LaunchGDBserverAndGetPort (lldb::pid_t &pid, const char *remote_accept_hostname);
bool
KillSpawnedProcess (lldb::pid_t pid);