Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp294 switch (exception->GetExceptionCode()) { in DumpAdditionalExceptionInformation()
380 switch (active_exception->GetExceptionCode()) { in RefreshStateAfterStop()
494 << llvm::format_hex(active_exception->GetExceptionCode(), 8) in RefreshStateAfterStop()
712 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException()
723 switch (record.GetExceptionCode()) { in OnDebugException()
749 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException()
H A DExceptionRecord.h56 GetExceptionCode() const { return m_code; } in GetExceptionCode() function
H A DProcessDebugger.cpp495 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException()
500 if ((record.GetExceptionCode() == EXCEPTION_BREAKPOINT || in OnDebugException()
501 record.GetExceptionCode() == in OnDebugException()
H A DNativeProcessWindows.cpp459 switch (record.GetExceptionCode()) { in OnDebugException()
536 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException()
543 << llvm::format_hex(record.GetExceptionCode(), 8) in OnDebugException()