Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp466 reg_ctx.GetWatchpointHitIndex(wp_id, record.GetExceptionAddress()); in OnDebugException()
491 if (FindSoftwareBreakpoint(record.GetExceptionAddress())) { in OnDebugException()
493 record.GetExceptionAddress()); in OnDebugException()
515 record.GetExceptionAddress()); in OnDebugException()
536 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException()
545 << llvm::format_hex(record.GetExceptionAddress(), 8); in OnDebugException()
H A DProcessWindows.cpp496 << llvm::format_hex(active_exception->GetExceptionAddress(), 8); in RefreshStateAfterStop()
714 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException()
734 record.GetExceptionAddress()); in OnDebugException()
739 record.GetExceptionAddress()); in OnDebugException()
751 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException()
H A DExceptionRecord.h58 lldb::addr_t GetExceptionAddress() const { return m_exception_addr; } in GetExceptionAddress() function
H A DProcessDebugger.cpp495 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException()
509 record.GetExceptionAddress()); in OnDebugException()