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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h79 bool GetLaunchSuccess(std::string &error_str);
H A DGDBRemoteCommunicationClient.cpp751 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { function in class:GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp891 if (m_gdb_comm.GetLaunchSuccess(error_str)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp424 if (m_gdb_client.GetLaunchSuccess(error_str)) {

Completed in 138 milliseconds