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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfcmd.c871 struct step_command_fsm *step_sm;
891 step_sm = new step_command_fsm (command_interp ());
892 thr->thread_fsm = step_sm;
894 step_command_fsm_prepare (step_sm, skip_subroutines,
901 if (!prepare_one_step (thr, step_sm))
869 struct step_command_fsm *step_sm; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfcmd.c856 struct step_command_fsm *step_sm;
876 step_sm = new step_command_fsm (command_interp ());
877 thr->set_thread_fsm (std::unique_ptr<thread_fsm> (step_sm));
879 step_command_fsm_prepare (step_sm, skip_subroutines,
886 if (!prepare_one_step (thr, step_sm))
854 struct step_command_fsm *step_sm; local

Completed in 202 milliseconds