Searched defs:ExceptionRecord (Results 1 – 4 of 4) sorted by relevance
27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() function46 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord() function
33 class ExceptionRecord; variable
240 support::ulittle64_t ExceptionRecord; global() member 251 Exception ExceptionRecord; global() member
90 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI()