Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h43 void ContinueAsyncException(ExceptionResult result);
H A DDebuggerThread.cpp178 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()
210 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()