Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.h43 void ContinueAsyncException(ExceptionResult result);
DDebuggerThread.cpp213 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()
245 void DebuggerThread::ContinueAsyncException(ExceptionResult result) { in ContinueAsyncException() function in DebuggerThread
DNativeProcessWindows.cpp144 m_session_data->m_debugger->ContinueAsyncException( in Resume()
DProcessWindows.cpp257 m_session_data->m_debugger->ContinueAsyncException( in DoResume()