Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h82 bool GetLaunchSuccess(std::string &error_str);
H A DGDBRemoteCommunicationClient.cpp743 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp858 if (m_gdb_comm.GetLaunchSuccess(error_str)) { in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp379 if (m_gdb_client_up->GetLaunchSuccess(error_str)) { in LaunchProcess()