Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp443 reg_ctx.GetWatchpointHitIndex(wp_id, record.GetExceptionAddress()); in OnDebugException()
468 if (FindSoftwareBreakpoint(record.GetExceptionAddress())) { in OnDebugException()
470 record.GetExceptionAddress()); in OnDebugException()
491 record.GetExceptionAddress()); in OnDebugException()
512 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException()
521 << llvm::format_hex(record.GetExceptionAddress(), 8); in OnDebugException()
DProcessWindows.cpp487 << llvm::format_hex(active_exception->GetExceptionAddress(), 8); in RefreshStateAfterStop()
701 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException()
721 record.GetExceptionAddress()); in OnDebugException()
726 record.GetExceptionAddress()); in OnDebugException()
738 record.GetExceptionCode(), record.GetExceptionAddress(), in OnDebugException()
DExceptionRecord.h63 lldb::addr_t GetExceptionAddress() const { return m_exception_addr; } in GetExceptionAddress() function
DProcessDebugger.cpp499 record.GetExceptionCode(), record.GetExceptionAddress()); in OnDebugException()
513 record.GetExceptionAddress()); in OnDebugException()