Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp82 bool PlatformAndroidRemoteGDBServer::LaunchGDBServer(lldb::pid_t &pid, in LaunchGDBServer() function in PlatformAndroidRemoteGDBServer
87 if (!m_gdb_client_up->LaunchGDBServer("127.0.0.1", pid, remote_port, in LaunchGDBServer()
H A DPlatformAndroidRemoteGDBServer.h46 bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url) override;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp421 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in DebugProcess()
452 bool PlatformRemoteGDBServer::LaunchGDBServer(lldb::pid_t &pid, in LaunchGDBServer() function in PlatformRemoteGDBServer
468 m_gdb_client_up->LaunchGDBServer("127.0.0.1", pid, port, socket_name); in LaunchGDBServer()
472 m_gdb_client_up->LaunchGDBServer(nullptr, pid, port, socket_name); in LaunchGDBServer()
499 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in Attach()
H A DPlatformRemoteGDBServer.h172 virtual bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url);
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h92 Status LaunchGDBServer(const lldb_private::Args &args, std::string hostname,
H A DGDBRemoteCommunicationServerPlatform.cpp160 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationServerPlatform
254 LaunchGDBServer(Args(), hostname, debugserver_pid, port, socket_name); in Handle_qLaunchGDBServer()
H A DGDBRemoteCommunicationClient.h84 bool LaunchGDBServer(const char *remote_accept_hostname, lldb::pid_t &pid,
H A DGDBRemoteCommunicationClient.cpp2586 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationClient
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp357 Status error = platform.LaunchGDBServer(inferior_arguments, in main_platform()