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()969 if (m_process_launch_error.Success()) in Handle_qLaunchSuccess()973 response.PutCString(m_process_launch_error.AsCString("<unknown error>")); in Handle_qLaunchSuccess()1082 m_process_launch_error = LaunchProcess(); in Handle_A()1083 if (m_process_launch_error.Success()) in Handle_A()1085 LLDB_LOG(log, "failed to launch exe: {0}", m_process_launch_error); in Handle_A()
34 Status m_process_launch_error; variable
3544 m_process_launch_error = LaunchProcess(); in Handle_vRun()3545 if (m_process_launch_error.Fail()) in Handle_vRun()3546 return SendErrorResponse(m_process_launch_error); in Handle_vRun()