Searched refs:ExceptionAddress (Results 1 – 9 of 9) sorted by relevance
39 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()
977 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()
1060 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress)1156 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress); in handle_exception()
505 << Exception.ExceptionRecord.ExceptionAddress in main()516 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
236 support::ulittle64_t ExceptionAddress; member
973 pc = (uptr)exception_record->ExceptionAddress; in InitPcSpBp()992 return (uptr)exception_record->ExceptionAddress; in GetAddress()
351 m_active_exception->ExceptionRecord.ExceptionAddress, 0); in RefreshStateAfterStop()360 m_active_exception->ExceptionRecord.ExceptionAddress, 8); in RefreshStateAfterStop()
385 mapOptionalHex(IO, "Exception Address", Exception.ExceptionAddress, 0); in mapping()
542 exp_record.ExceptionAddress = read_register_u64(reg_ctx, "rip"); in AddException()