Home
last modified time | relevance | path

Searched refs:single_inst (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinfcmd.c104 static void step_once (int skip_subroutines, int single_inst, int count);
638 step_1 (int skip_subroutines, int single_inst, char *count_string) in step_1() argument
665 if (!single_inst || skip_subroutines) /* leave si command alone */ in step_1()
686 if (!single_inst) in step_1()
723 if (!single_inst || skip_subroutines) in step_1()
734 step_once (skip_subroutines, single_inst, count); in step_1()
748 int single_inst; in step_1_continuation() local
751 single_inst = arg->next->data.integer; in step_1_continuation()
755 step_once (skip_subroutines, single_inst, count - 1); in step_1_continuation()
757 if (!single_inst || skip_subroutines) in step_1_continuation()
[all …]