Searched refs:debugserver_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 196 AcceptGdbConnectionsIfNeeded(const FileSpec &debugserver_path, in AcceptGdbConnectionsIfNeeded() argument 204 return gdb_sock->Accept(main_loop, [debugserver_path, gdbserver_port, in AcceptGdbConnectionsIfNeeded() 216 debugserver_path, Socket::ProtocolTcp, gdbserver_port); in AcceptGdbConnectionsIfNeeded() 476 FileSpec debugserver_path = GetDebugserverPath(); in main_platform() local 477 if (!debugserver_path) { in main_platform() 513 debugserver_path, socket->GetSocketProtocol(), gdbserver_port); in main_platform() 605 AcceptGdbConnectionsIfNeeded(debugserver_path, protocol, gdb_sock, in main_platform()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.h | 29 FileSpec debugserver_path, const Socket::SocketProtocol socket_protocol,
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 49 FileSpec debugserver_path, const Socket::SocketProtocol socket_protocol, in GDBRemoteCommunicationServerPlatform() argument 51 : m_debugserver_path(std::move(debugserver_path)), in GDBRemoteCommunicationServerPlatform()
|
| H A D | ProcessGDBRemote.cpp | 3522 FileSpec debugserver_path = GetDebugserverPath(*GetTarget().GetPlatform()); in LaunchAndConnectToDebugserver() local 3536 debugserver_path = FileSpec("/Library/Apple/usr/libexec/oah/debugserver"); in LaunchAndConnectToDebugserver() 3540 debugserver_launch_info.SetExecutableFile(debugserver_path, in LaunchAndConnectToDebugserver()
|