Searched refs:GetLaunchSuccess (Results 1 – 4 of 4) sorted by relevance
82 bool GetLaunchSuccess(std::string &error_str);
743 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess() function in GDBRemoteCommunicationClient
858 if (m_gdb_comm.GetLaunchSuccess(error_str)) { in DoLaunch()
379 if (m_gdb_client_up->GetLaunchSuccess(error_str)) { in LaunchProcess()