Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DForwardDecl.h37 typedef std::shared_ptr<ExceptionRecord> ExceptionRecordSP; typedef
H A DDebuggerThread.h73 ExceptionRecordSP m_active_exception;
H A DProcessWindows.cpp239 ExceptionRecordSP active_exception = in DoResume()
286 const ExceptionRecordSP &exception) { in DumpAdditionalExceptionInformation()
365 ExceptionRecordSP active_exception = exception_record.lock(); in RefreshStateAfterStop()
H A DNativeProcessWindows.cpp138 ExceptionRecordSP active_exception = in Resume()