Home
last modified time | relevance | path

Searched refs:ContinueAsyncException (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h43 void ContinueAsyncException(ExceptionResult result);
H A DDebuggerThread.cpp179 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()
211 void DebuggerThread::ContinueAsyncException(ExceptionResult result) { in ContinueAsyncException() function in DebuggerThread
H A DNativeProcessWindows.cpp144 m_session_data->m_debugger->ContinueAsyncException( in Resume()
H A DProcessWindows.cpp245 m_session_data->m_debugger->ContinueAsyncException( in DoResume()