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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfcmd.c829 int skip_subroutines;
849 int skip_subroutines, int single_inst,
852 sm->skip_subroutines = skip_subroutines;
857 if (!sm->single_inst || sm->skip_subroutines)
866 step_1 (int skip_subroutines, int single_inst, const char *count_string)
894 step_command_fsm_prepare (step_sm, skip_subroutines,
944 if (!single_inst || skip_subroutines)
980 if (!sm->skip_subroutines
1041 if (!sm->skip_subroutines)
827 int skip_subroutines; member in struct:thread_fsm
846 step_command_fsm_prepare(struct step_command_fsm *sm, int skip_subroutines, int single_inst, int count, struct thread_info *thread) argument
864 step_1(int skip_subroutines, int single_inst, const char *count_string) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfcmd.c814 int skip_subroutines;
834 int skip_subroutines, int single_inst,
837 sm->skip_subroutines = skip_subroutines;
842 if (!sm->single_inst || sm->skip_subroutines)
851 step_1 (int skip_subroutines, int single_inst, const char *count_string)
879 step_command_fsm_prepare (step_sm, skip_subroutines,
929 if (!single_inst || skip_subroutines)
965 if (!sm->skip_subroutines
1040 if (!sm->skip_subroutines)
812 int skip_subroutines; member in struct:thread_fsm
831 step_command_fsm_prepare(struct step_command_fsm *sm, int skip_subroutines, int single_inst, int count, struct thread_info *thread) argument
849 step_1(int skip_subroutines, int single_inst, const char *count_string) argument
[all...]

Completed in 198 milliseconds