Home
last modified time | relevance | path

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

/freebsd/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()
299 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
301 exception_pointers->ExceptionRecord->NumberParameters < 2) { in ShadowExceptionHandler()
308 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp252 if (exception_stream.ExceptionRecord.ExceptionCode == in RefreshStateAfterStop()
274 uint32_t signo = exception_stream.ExceptionRecord.ExceptionCode; in RefreshStateAfterStop()
280 if (exception_stream.ExceptionRecord.ExceptionFlags == in RefreshStateAfterStop()
283 exception_stream.ExceptionRecord.ExceptionInformation); in RefreshStateAfterStop()
291 *stop_thread, exception_stream.ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
292 exception_stream.ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()
293 exception_stream.ExceptionRecord.ExceptionAddress, 0); in RefreshStateAfterStop()
299 exception_stream.ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
302 exception_stream.ExceptionRecord.ExceptionAddress, 8); in RefreshStateAfterStop()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp212 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
271 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
292 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h254 support::ulittle64_t ExceptionRecord; member
265 Exception ExceptionRecord; member
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp39 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp404 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord); in streamMapping()
412 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc784 unsigned RetCode = EP->ExceptionRecord->ExceptionCode;
794 if (ep && ep->ExceptionRecord)
796 ep->ExceptionRecord->ExceptionCode)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp714 exp_record.ExceptionRecord = static_cast<llvm::support::ulittle64_t>(0); in AddExceptions()
727 exp_stream.ExceptionRecord = exp_record; in AddExceptions()
/freebsd/contrib/file/magic/Magdir/
H A Dwindows226 # WinDumpExceptionRecord ExceptionRecord
227 #>>3848 ulequad x \b, ExceptionRecord %#llx
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp10666 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c68186 if( p && p->ExceptionRecord && p->ExceptionRecord->NumberParameters>=3 ){
68192 pWal->iSysErrno = (int)p->ExceptionRecord->ExceptionInformation[2];