/external/llvm-project/lldb/source/Plugins/Platform/Android/ |
D | PlatformAndroidRemoteGDBServer.cpp | 83 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()
|
D | PlatformAndroidRemoteGDBServer.h | 46 bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url) override;
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 484 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()
|
D | PlatformRemoteGDBServer.h | 179 virtual bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url);
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerPlatform.h | 92 Status LaunchGDBServer(const lldb_private::Args &args, std::string hostname,
|
D | GDBRemoteCommunicationServerPlatform.cpp | 158 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationServerPlatform 260 LaunchGDBServer(Args(), hostname, debugserver_pid, port, socket_name); in Handle_qLaunchGDBServer()
|
D | GDBRemoteCommunicationClient.h | 99 bool LaunchGDBServer(const char *remote_accept_hostname, lldb::pid_t &pid,
|
D | GDBRemoteCommunicationClient.cpp | 2510 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer() function in GDBRemoteCommunicationClient
|
/external/llvm-project/lldb/tools/lldb-server/ |
D | lldb-platform.cpp | 354 Status error = platform.LaunchGDBServer(inferior_arguments, in main_platform()
|