Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h103 bool GetLaunchSuccess(std::string &error_str);
H A DGDBRemoteCommunicationClient.cpp761 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp890 if (m_gdb_comm.GetLaunchSuccess(error_str)) { in DoLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp445 if (m_gdb_client.GetLaunchSuccess(error_str)) { in LaunchProcess()