Searched refs:StepNone (Results 1 – 2 of 2) sorted by relevance
380 thread_local_.last_step_action_ = StepNone; in ThreadInit()413 if (thread_local_.last_step_action_ != StepNone) { in RestoreDebug()559 case StepNone: in Break()1101 if (last_step_action() == StepNone) return; in PrepareStepOnThrow()1257 case StepNone: in PrepareStep()1375 thread_local_.last_step_action_ = StepNone; in ClearStepping()2280 if (lastStepAction != StepAction::StepNone) in OnDebugBreak()
35 StepNone = -1, // Stepping not prepared. enumerator