Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h39 m_exception_addr = reinterpret_cast<lldb::addr_t>(record.ExceptionAddress); in ExceptionRecord()
48 m_exception_addr(static_cast<lldb::addr_t>(record.ExceptionAddress)), in ExceptionRecord()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwince.c977 th->step_pc == (CORE_ADDR) ev->u.Exception.ExceptionRecord.ExceptionAddress) in check_for_step()
1286 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1291 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1296 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1301 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1308 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1313 current_event.u.Exception.ExceptionRecord.ExceptionAddress)); in handle_exception()
1323 current_event.u.Exception.ExceptionRecord.ExceptionAddress); in handle_exception()
H A Dwin32-nat.c1060 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress)
1156 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress); in handle_exception()
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp505 << Exception.ExceptionRecord.ExceptionAddress in main()
516 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidump.h236 support::ulittle64_t ExceptionAddress; member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp973 pc = (uptr)exception_record->ExceptionAddress; in InitPcSpBp()
992 return (uptr)exception_record->ExceptionAddress; in GetAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp351 m_active_exception->ExceptionRecord.ExceptionAddress, 0); in RefreshStateAfterStop()
360 m_active_exception->ExceptionRecord.ExceptionAddress, 8); in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp385 mapOptionalHex(IO, "Exception Address", Exception.ExceptionAddress, 0); in mapping()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp542 exp_record.ExceptionAddress = read_register_u64(reg_ctx, "rip"); in AddException()