Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp54 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in __asan_unhandled_exception_filter()
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()
90 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI() argument
94 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI()
96 REAL(RtlRaiseException)(ExceptionRecord); in INTERCEPTOR_WINAPI()
278 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
280 exception_pointers->ExceptionRecord->NumberParameters < 2) { in ShadowExceptionHandler()
287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp211 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
270 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
291 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp320 if (m_active_exception->ExceptionRecord.ExceptionCode == in RefreshStateAfterStop()
342 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode; in RefreshStateAfterStop()
353 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
354 m_active_exception->ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()
355 m_active_exception->ExceptionRecord.ExceptionAddress, 0); in RefreshStateAfterStop()
361 m_active_exception->ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
364 m_active_exception->ExceptionRecord.ExceptionAddress, 8); in RefreshStateAfterStop()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h235 support::ulittle64_t ExceptionRecord; member
246 Exception ExceptionRecord; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c746 write_process_info(ptrs ? ptrs->ExceptionRecord : NULL, in svn__unhandled_exception_filter()
779 write_process_info(ptrs ? ptrs->ExceptionRecord : NULL, in svn__unhandled_exception_filter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp376 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord); in streamMapping()
384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0); in mapping()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp10666 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()