Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroidRemoteGDBServer.cpp83 bool PlatformAndroidRemoteGDBServer::LaunchGDBServer(lldb::pid_t &pid, in LaunchGDBServer() function in PlatformAndroidRemoteGDBServer
87 if (!m_gdb_client.LaunchGDBServer("127.0.0.1", pid, remote_port, socket_name)) in LaunchGDBServer()
DPlatformAndroidRemoteGDBServer.h46 bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url) override;
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp484 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in DebugProcess()
526 bool PlatformRemoteGDBServer::LaunchGDBServer(lldb::pid_t &pid, in LaunchGDBServer() function in PlatformRemoteGDBServer
540 m_gdb_client.LaunchGDBServer("127.0.0.1", pid, port, socket_name); in LaunchGDBServer()
544 m_gdb_client.LaunchGDBServer(nullptr, pid, port, socket_name); in LaunchGDBServer()
570 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in Attach()
DPlatformRemoteGDBServer.h179 virtual bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url);
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h92 Status LaunchGDBServer(const lldb_private::Args &args, std::string hostname,
DGDBRemoteCommunicationServerPlatform.cpp158 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationServerPlatform
260 LaunchGDBServer(Args(), hostname, debugserver_pid, port, socket_name); in Handle_qLaunchGDBServer()
DGDBRemoteCommunicationClient.h99 bool LaunchGDBServer(const char *remote_accept_hostname, lldb::pid_t &pid,
DGDBRemoteCommunicationClient.cpp2510 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationClient
/external/llvm-project/lldb/tools/lldb-server/
Dlldb-platform.cpp354 Status error = platform.LaunchGDBServer(inferior_arguments, in main_platform()