Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp63 m_process_launch_info(), m_process_launch_error(), m_proc_infos(), in GDBRemoteCommunicationServerCommon()
968 if (m_process_launch_error.Success()) in Handle_qLaunchSuccess()
972 response.PutCString(m_process_launch_error.AsCString("<unknown error>")); in Handle_qLaunchSuccess()
1081 m_process_launch_error = LaunchProcess(); in Handle_A()
1082 if (m_process_launch_error.Success()) in Handle_A()
1084 LLDB_LOG(log, "failed to launch exe: {0}", m_process_launch_error); in Handle_A()
H A DGDBRemoteCommunicationServerCommon.h35 Status m_process_launch_error; variable
H A DGDBRemoteCommunicationServerLLGS.cpp3516 m_process_launch_error = LaunchProcess(); in Handle_vRun()
3517 if (m_process_launch_error.Success()) { in Handle_vRun()
3523 LLDB_LOG(log, "failed to launch exe: {0}", m_process_launch_error); in Handle_vRun()