Searched refs:ExceptionRecord (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc59 exit(exception_pointers->ExceptionRecord->ExceptionCode);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp54 EXCEPTION_RECORD *exception_record = info->ExceptionRecord;
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode;
90 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { argument
94 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C)
96 REAL(RtlRaiseException)(ExceptionRecord);
277 if (exception_pointers->ExceptionRecord->ExceptionCode !=
279 exception_pointers->ExceptionRecord->NumberParameters < 2) {
286 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp205 int RetCode = (int)Except->ExceptionRecord->ExceptionCode;
264 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
285 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h235 support::ulittle64_t ExceptionRecord; member in struct:llvm::minidump::Exception
246 Exception ExceptionRecord; member in struct:llvm::minidump::ExceptionStream
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp249 if (m_active_exception->ExceptionRecord.ExceptionCode ==
271 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode;
282 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2,
283 m_active_exception->ExceptionRecord.ExceptionFlags,
284 m_active_exception->ExceptionRecord.ExceptionAddress, 0);
290 m_active_exception->ExceptionRecord.ExceptionCode, 8)
293 m_active_exception->ExceptionRecord.ExceptionAddress, 8);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) {
/freebsd-12-stable/contrib/gdb/gdb/
H A Dwince.c982 th->step_pc == (CORE_ADDR) ev->u.Exception.ExceptionRecord.ExceptionAddress)
1286 switch (current_event.u.Exception.ExceptionRecord.ExceptionCode)
1290 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1295 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1300 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1305 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1312 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1317 current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1326 current_event.u.Exception.ExceptionRecord.ExceptionCode,
1327 current_event.u.Exception.ExceptionRecord
[all...]
H A Dwin32-nat.c1065 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress)
1071 DWORD code = current_event.u.Exception.ExceptionRecord.ExceptionCode;
1160 current_event.u.Exception.ExceptionRecord.ExceptionCode,
1161 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress);
1961 the kernel does probably not consider changes in the ExceptionRecord
1969 current_event.u.Exception.ExceptionRecord.ExceptionCode =
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c746 write_process_info(ptrs ? ptrs->ExceptionRecord : NULL,
779 write_process_info(ptrs ? ptrs->ExceptionRecord : NULL,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp376 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord);
384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0);

Completed in 138 milliseconds