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/
DDebuggerThread.h43 void ContinueAsyncException(ExceptionResult result);
DDebuggerThread.cpp179 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()
211 void DebuggerThread::ContinueAsyncException(ExceptionResult result) { in ContinueAsyncException() function in DebuggerThread
DNativeProcessWindows.cpp144 m_session_data->m_debugger->ContinueAsyncException( in Resume()
DProcessWindows.cpp245 m_session_data->m_debugger->ContinueAsyncException( in DoResume()