| /openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/ |
| H A D | KillTheDoctor.cpp | 260 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { in ExceptionCodeToString() argument 261 switch(ExceptionCode) { in ExceptionCodeToString() 508 Exception.ExceptionRecord.ExceptionCode) in main() 509 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main() 519 Exception.ExceptionRecord.ExceptionCode) in main() 520 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
|
| /openbsd-src/gnu/llvm/libunwind/src/ |
| H A D | Unwind-seh.cpp | 70 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler() 72 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler() 88 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler() 176 ms_exc->ExceptionCode = STATUS_GCC_UNWIND; in _GCC_specific_handler() 207 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality() 383 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ExceptionRecord.h | 37 m_code = record.ExceptionCode; in ExceptionRecord() 47 : m_code(record.ExceptionCode), m_continuable(record.ExceptionFlags == 0), in ExceptionRecord()
|
| H A D | DebuggerThread.cpp | 321 (info.ExceptionRecord.ExceptionCode == EXCEPTION_BREAKPOINT || in HandleExceptionEvent() 322 info.ExceptionRecord.ExceptionCode == STATUS_WX86_BREAKPOINT)) { in HandleExceptionEvent() 340 info.ExceptionRecord.ExceptionCode, thread_id); in HandleExceptionEvent()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 212 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() 271 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler() 292 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_win.cpp | 68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() 94 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI() 276 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.h | 49 static std::optional<exception_type_t> ExceptionCode(const char *name);
|
| H A D | StopInfoMachException.cpp | 573 StopInfoMachException::MachException::ExceptionCode(const char *name) { in ExceptionCode() function in StopInfoMachException::MachException
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 990 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in GetAddress() 996 return ((EXCEPTION_RECORD *)siginfo)->ExceptionCode == in IsMemoryAccess() 1006 if (exception_record->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) in GetWriteFlag() 1029 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 316 if (m_active_exception->ExceptionRecord.ExceptionCode == in RefreshStateAfterStop() 338 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode; in RefreshStateAfterStop() 349 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop() 357 m_active_exception->ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilWindows.cpp | 34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Minidump.h | 233 support::ulittle32_t ExceptionCode; member
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 269 StopInfoMachException::MachException::ExceptionCode(value.data()); in CalculateStopInfo()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | win32-nat.c | 1066 DWORD code = current_event.u.Exception.ExceptionRecord.ExceptionCode; in handle_exception() 1155 current_event.u.Exception.ExceptionRecord.ExceptionCode, in handle_exception() 1995 current_event.u.Exception.ExceptionRecord.ExceptionCode = in child_resume()
|
| H A D | wince.c | 1282 switch (current_event.u.Exception.ExceptionRecord.ExceptionCode) in handle_exception() 1322 current_event.u.Exception.ExceptionRecord.ExceptionCode, in handle_exception()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 833 unsigned RetCode = EP->ExceptionRecord->ExceptionCode; 845 ep->ExceptionRecord->ExceptionCode)
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 538 exp_record.ExceptionCode = in AddException()
|