Searched refs:step_once (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfcmd.c102 static void step_once (int skip_subroutines, int single_inst, int count);
706 and handle them one at the time, through step_once(). */
710 step_once (skip_subroutines, single_inst, count);
717 proceed(), via step_once(). Basically it is like step_once and
731 step_once (skip_subroutines, single_inst, count - 1);
745 step_once (int skip_subroutines, int single_inst, int count)
740 step_once (int skip_subroutines, int single_inst, int count) function

Completed in 92 milliseconds