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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/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);
278 if (exception_pointers->ExceptionRecord->ExceptionCode !=
280 exception_pointers->ExceptionRecord->NumberParameters < 2) {
287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc55 EXCEPTION_RECORD *exception_record = info->ExceptionRecord;
69 DWORD exception_code = info->ExceptionRecord->ExceptionCode;
91 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { argument
95 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C)
97 REAL(RtlRaiseException)(ExceptionRecord);
258 if (exception_pointers->ExceptionRecord->ExceptionCode !=
265 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc53 EXCEPTION_RECORD *exception_record = info->ExceptionRecord;
67 DWORD exception_code = info->ExceptionRecord->ExceptionCode;
89 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { argument
93 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C)
95 REAL(RtlRaiseException)(ExceptionRecord);
256 if (exception_pointers->ExceptionRecord->ExceptionCode !=
263 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dwindows-nat.c166 current_event.u.Exception.ExceptionRecord.ExceptionAddress))
168 EXCEPTION_RECORD *rec = &current_event.u.Exception.ExceptionRecord;
251 .u.Exception.ExceptionRecord.ExceptionAddress);
294 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionCode,
296 current_event.u.Exception.ExceptionRecord.ExceptionAddress));
/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp511 << Exception.ExceptionRecord.ExceptionAddress
514 Exception.ExceptionRecord.ExceptionCode)
515 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
522 errs() << Exception.ExceptionRecord.ExceptionAddress
525 Exception.ExceptionRecord.ExceptionCode)
526 << " (" << Exception.ExceptionRecord.ExceptionCode
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp210 int RetCode = (int)Except->ExceptionRecord->ExceptionCode;
269 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode;
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilWindows.cpp34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) {
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dwindows-nat.c365 current_event.u.Exception.ExceptionRecord.ExceptionAddress))
367 EXCEPTION_RECORD *rec = &current_event.u.Exception.ExceptionRecord;
504 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionCode,
506 current_event.u.Exception.ExceptionRecord.ExceptionAddress));
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.cc952 windows_process.current_event.u.Exception.ExceptionRecord.ExceptionCode
983 && ((windows_process.current_event.u.Exception.ExceptionRecord.ExceptionCode
985 || (windows_process.current_event.u.Exception.ExceptionRecord.ExceptionCode
1345 er32.ExceptionRecord
1346 = (uintptr_t) windows_process.siginfo_er.ExceptionRecord;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.cc1344 current_event.u.Exception.ExceptionRecord.ExceptionCode
1389 && ((current_event.u.Exception.ExceptionRecord.ExceptionCode
1391 || (current_event.u.Exception.ExceptionRecord.ExceptionCode
1827 er32.ExceptionRecord = (uintptr_t) siginfo_er.ExceptionRecord;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dwindows-nat.c1411 the kernel does probably not consider changes in the ExceptionRecord
1418 current_event.u.Exception.ExceptionRecord.ExceptionCode
1754 && ((current_event.u.Exception.ExceptionRecord.ExceptionCode
1756 || (current_event.u.Exception.ExceptionRecord.ExceptionCode
1834 && ((current_event.u.Exception.ExceptionRecord.ExceptionCode
1836 || (current_event.u.Exception.ExceptionRecord.ExceptionCode
3183 er32.ExceptionRecord = (uintptr_t) siginfo_er.ExceptionRecord;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dwindows-nat.c1415 the kernel does probably not consider changes in the ExceptionRecord
1422 current_event.u.Exception.ExceptionRecord.ExceptionCode
1798 && ((current_event->u.Exception.ExceptionRecord.ExceptionCode
1800 || (current_event->u.Exception.ExceptionRecord.ExceptionCode
1852 && ((windows_process.current_event.u.Exception.ExceptionRecord.ExceptionCode
1854 || (windows_process.current_event.u.Exception.ExceptionRecord.ExceptionCode
2967 er32.ExceptionRecord
2968 = (uintptr_t) windows_process.siginfo_er.ExceptionRecord;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp376 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord);
384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c736 if (pep != NULL && pep->ExceptionRecord != NULL &&
737 pep->ExceptionRecord->NumberParameters >= 3) {
738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3];
/netbsd-current/external/gpl2/gmake/dist/
H A Dmain.c662 PEXCEPTION_RECORD exrec = exinfo->ExceptionRecord;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d2271 EXCEPTION_RECORD* ExceptionRecord;
2279 PEXCEPTION_RECORD ExceptionRecord;
H A Dwinbase.d1059 EXCEPTION_RECORD ExceptionRecord;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 505 milliseconds