Home
last modified time | relevance | path

Searched refs:LaunchGDBserverAndGetPort (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h92 LaunchGDBserverAndGetPort ();
DGDBRemoteCommunicationClient.cpp2135 GDBRemoteCommunicationClient::LaunchGDBserverAndGetPort () in LaunchGDBserverAndGetPort() function in GDBRemoteCommunicationClient
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp363 uint16_t port = m_gdb_client.LaunchGDBserverAndGetPort(); in Attach()