Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h39 m_exception_addr = reinterpret_cast<lldb::addr_t>(record.ExceptionAddress); in ExceptionRecord()
48 m_exception_addr(static_cast<lldb::addr_t>(record.ExceptionAddress)), in ExceptionRecord()
58 lldb::addr_t GetExceptionAddress() const { return m_exception_addr; } in GetExceptionAddress()
67 lldb::addr_t m_exception_addr; variable