9#ifndef liblldb_Plugins_Process_Windows_ExceptionRecord_H_
10#define liblldb_Plugins_Process_Windows_ExceptionRecord_H_
37 m_code = record.ExceptionCode;
42 record.ExceptionInformation + record.NumberParameters);
51 record.ExceptionInformation + record.NumberParameters) {}
lldb::tid_t GetThreadID() const
lldb::addr_t m_exception_addr
bool IsContinuable() const
virtual ~ExceptionRecord()
DWORD GetExceptionCode() const
const std::vector< ULONG_PTR > & GetExceptionArguments() const
std::vector< ULONG_PTR > m_arguments
ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id)
ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id)
lldb::addr_t GetExceptionAddress() const
A class that represents a running process on the host machine.