Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp472 if (m_session_data && !m_session_data->m_initial_stop_received) { in OnExitProcess()
503 !m_session_data->m_initial_stop_received) { in OnDebugException()
510 m_session_data->m_initial_stop_received = true; in OnDebugException()
539 if (m_session_data->m_initial_stop_received) { in OnDebuggerError()
H A DProcessDebugger.h42 bool m_initial_stop_received = false; variable
H A DProcessWindows.cpp730 if (!m_session_data->m_initial_stop_received) { in OnDebugException()
735 m_session_data->m_initial_stop_received = true; in OnDebugException()
819 if (m_session_data->m_initial_stop_received) { in OnDebuggerError()