Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinfcmd.c788 struct step_command_fsm : public thread_fsm struct
799 explicit step_command_fsm (struct interp *cmd_interp) in step_command_fsm() function
813 step_command_fsm_prepare (struct step_command_fsm *sm, in step_command_fsm_prepare()
828 static int prepare_one_step (thread_info *, struct step_command_fsm *sm);
836 struct step_command_fsm *step_sm; in step_1()
856 step_sm = new step_command_fsm (command_interp ()); in step_1()
887 step_command_fsm::should_stop (struct thread_info *tp) in should_stop()
905 step_command_fsm::clean_up (struct thread_info *thread) in clean_up()
915 step_command_fsm::do_async_reply_reason () in do_async_reply_reason()
926 prepare_one_step (thread_info *tp, struct step_command_fsm *sm) in prepare_one_step()
DChangeLog-201915420 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
15425 (step_command_fsm::should_stop): Rename from
15427 (step_command_fsm::clean_up): Rename from
15429 (step_command_fsm::do_async_reply_reason): Rename from
DChangeLog-20166275 (struct step_command_fsm) <thread>: Delete field.
DChangeLog-20154395 (struct step_command_fsm): New.
DChangeLog-202014897 (step_command_fsm::should_stop): Pass thread to
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git112019 stepping commands, the FSM's class is step_command_fsm. That object