Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp64 m_process_launch_error (), in GDBRemoteCommunicationServerCommon()
1020 if (m_process_launch_error.Success()) in Handle_qLaunchSuccess()
1024 response.PutCString(m_process_launch_error.AsCString("<unknown error>")); in Handle_qLaunchSuccess()
1144 m_process_launch_error = LaunchProcess (); in Handle_A()
1155 m_process_launch_error.AsCString()); in Handle_A()
HDGDBRemoteCommunicationServerCommon.h46 Error m_process_launch_error; variable