Home
last modified time | relevance | path

Searched refs:HandleExceptionEvent (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h48 ExceptionResult HandleExceptionEvent(const EXCEPTION_DEBUG_INFO &info,
H A DDebuggerThread.cpp246 HandleExceptionEvent(dbe.u.Exception, dbe.dwThreadId); in DebugLoop()
311 DebuggerThread::HandleExceptionEvent(const EXCEPTION_DEBUG_INFO &info, in HandleExceptionEvent() function in DebuggerThread