Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dinfcmd.c96 static void step_1 (int, int, char *);
847 step_1 (0, 0, count_string); in step_command()
855 step_1 (1, 0, count_string); in next_command()
863 step_1 (0, 1, count_string); in stepi_command()
869 step_1 (1, 1, count_string); in nexti_command()
880 step_1 (int skip_subroutines, int single_inst, char *count_string) in step_1() function