Lines Matching defs:reg_ctx
431 auto *reg_ctx = static_cast<RegisterContextWindows *>(
433 uint32_t slot_id = reg_ctx->GetTriggeredHardwareBreakpointSlotId();
802 auto *reg_ctx = static_cast<RegisterContextWindows *>(
804 reg_ctx->AddHardwareBreakpoint(p.second.slot_id, p.second.address,
896 auto *reg_ctx = static_cast<RegisterContextWindows *>(
898 if (!reg_ctx->AddHardwareBreakpoint(info.slot_id, info.address, info.size,
909 auto *reg_ctx = static_cast<RegisterContextWindows *>(
911 reg_ctx->RemoveHardwareBreakpoint(info.slot_id);
941 auto *reg_ctx = static_cast<RegisterContextWindows *>(
943 if (!reg_ctx->RemoveHardwareBreakpoint(it->second.slot_id)) {