Home
last modified time | relevance | path

Searched refs:GetLaunchSuccess (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h97 bool GetLaunchSuccess(std::string &error_str);
DGDBRemoteCommunicationClient.cpp759 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp884 if (m_gdb_comm.GetLaunchSuccess(error_str)) { in DoLaunch()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp441 if (m_gdb_client.GetLaunchSuccess(error_str)) { in LaunchProcess()