Home | History | Annotate | Download | only in src

Lines Matching defs:step_action

978     StepAction step_action = thread_local_.last_step_action_;
983 if (step_action == StepNext && frame->fp() < thread_local_.last_fp_) {
1001 step_action = StepOut;
1010 PrepareStep(step_action, step_count);
1287 void Debug::PrepareStep(StepAction step_action, int step_count) {
1295 thread_local_.last_step_action_ = step_action;
1296 if (step_action == StepOut) {
1386 if (it.IsExit() || step_action == StepOut) {
1387 if (step_action == StepOut) {
1412 || step_action == StepNext || step_action == StepMin) {