Searched refs:m_process_launch_error (Results 1 – 3 of 3) sorted by relevance
63 m_process_launch_error(), m_proc_infos(), m_proc_infos_index(0) { in GDBRemoteCommunicationServerCommon()967 if (m_process_launch_error.Success()) in Handle_qLaunchSuccess()971 response.PutCString(m_process_launch_error.AsCString("<unknown error>")); in Handle_qLaunchSuccess()1080 m_process_launch_error = LaunchProcess(); in Handle_A()1081 if (m_process_launch_error.Success()) in Handle_A()1083 LLDB_LOG(log, "failed to launch exe: {0}", m_process_launch_error); in Handle_A()
34 Status m_process_launch_error; variable
3533 m_process_launch_error = LaunchProcess(); in Handle_vRun()3534 if (m_process_launch_error.Fail()) in Handle_vRun()3535 return SendErrorResponse(m_process_launch_error); in Handle_vRun()