Searched refs:LaunchGDBServer (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 415 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in DebugProcess() 447 bool PlatformRemoteGDBServer::LaunchGDBServer(lldb::pid_t &pid, in LaunchGDBServer() function in PlatformRemoteGDBServer 463 m_gdb_client_up->LaunchGDBServer("127.0.0.1", pid, port, socket_name); in LaunchGDBServer() 467 m_gdb_client_up->LaunchGDBServer(nullptr, pid, port, socket_name); in LaunchGDBServer() 494 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in Attach()
|
| H A D | PlatformRemoteGDBServer.h | 176 virtual bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.h | 38 Status LaunchGDBServer(const lldb_private::Args &args, lldb::pid_t &pid,
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 95 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationServerPlatform 178 Status error = LaunchGDBServer(Args(), debugserver_pid, socket_name, in Handle_qLaunchGDBServer()
|
| H A D | GDBRemoteCommunicationClient.h | 84 bool LaunchGDBServer(const char *remote_accept_hostname, lldb::pid_t &pid,
|
| H A D | GDBRemoteCommunicationClient.cpp | 2634 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationClient
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 217 error = platform.LaunchGDBServer(args, child_pid, socket_name, in AcceptGdbConnectionsIfNeeded() 239 Status error = platform.LaunchGDBServer(args, pid, socket_name, in client_handle()
|