9 #ifndef liblldb_Plugins_Process_Windows_ExceptionRecord_H_
10 #define liblldb_Plugins_Process_Windows_ExceptionRecord_H_
28 m_code = record.ExceptionCode;
30 if (record.ExceptionRecord)
36 record.ExceptionInformation + record.NumberParameters);
46 record.ExceptionInformation + record.NumberParameters) {
48 if (record.ExceptionRecord) {
50 *
reinterpret_cast<const MINIDUMP_EXCEPTION *
>(record.ExceptionRecord),