Home
last modified time | relevance | path

Searched refs:m_process_launch_error (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp63 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()
H A DGDBRemoteCommunicationServerCommon.h34 Status m_process_launch_error; variable
H A DGDBRemoteCommunicationServerLLGS.cpp3533 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()