Home
last modified time | relevance | path

Searched refs:LaunchGDBServer (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp481 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in DebugProcess()
523 bool PlatformRemoteGDBServer::LaunchGDBServer(lldb::pid_t &pid, in LaunchGDBServer() function in PlatformRemoteGDBServer
537 m_gdb_client.LaunchGDBServer("127.0.0.1", pid, port, socket_name); in LaunchGDBServer()
541 m_gdb_client.LaunchGDBServer(nullptr, pid, port, socket_name); in LaunchGDBServer()
567 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in Attach()
H A DPlatformRemoteGDBServer.h187 virtual bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h60 Status LaunchGDBServer(const lldb_private::Args &args, std::string hostname,
H A DGDBRemoteCommunicationServerPlatform.cpp95 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationServerPlatform
191 LaunchGDBServer(Args(), hostname, debugserver_pid, port, socket_name); in Handle_qLaunchGDBServer()
H A DGDBRemoteCommunicationClient.h80 bool LaunchGDBServer(const char *remote_accept_hostname, lldb::pid_t &pid,
H A DGDBRemoteCommunicationClient.cpp2449 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp345 Status error = platform.LaunchGDBServer(inferior_arguments, in main_platform()