Lines Matching refs:RegisterContextWindows
120 RegisterContextWindows::GetNumHardwareBreakpointSlots(), in ProcessWindows()
398 auto *reg_ctx = static_cast<RegisterContextWindows *>( in RefreshStateAfterStop()
776 auto *reg_ctx = static_cast<RegisterContextWindows *>( in OnCreateThread()
841 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
846 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
847 after = RegisterContextWindows::DoHardwareBreakpointsTriggerAfter(); in GetWatchpointSupportInfo()
861 info.slot_id < RegisterContextWindows::GetNumHardwareBreakpointSlots(); in EnableWatchpoint()
865 if (info.slot_id == RegisterContextWindows::GetNumHardwareBreakpointSlots()) { in EnableWatchpoint()
877 auto *reg_ctx = static_cast<RegisterContextWindows *>( in EnableWatchpoint()
890 auto *reg_ctx = static_cast<RegisterContextWindows *>( in EnableWatchpoint()
922 auto *reg_ctx = static_cast<RegisterContextWindows *>( in DisableWatchpoint()