Searched refs:should_stop (Results 1 – 18 of 18) sorted by relevance
59 virtual bool should_stop (struct thread_info *thread) = 0;
838 bool should_stop (struct thread_info *thread) override;922 step_command_fsm::should_stop (struct thread_info *tp) in should_stop() function1290 bool should_stop (struct thread_info *thread) override;1299 until_next_fsm::should_stop (struct thread_info *tp) in should_stop() function1572 bool should_stop (struct thread_info *thread) override;1584 finish_command_fsm::should_stop (struct thread_info *tp) in should_stop() function
505 bool should_stop (struct thread_info *thread) override;531 call_thread_fsm::should_stop (struct thread_info *thread) in should_stop() function
3931 int should_stop = 1; in fetch_inferior_event() local3941 should_stop = thread_fsm->should_stop (thr); in fetch_inferior_event()3944 if (!should_stop) in fetch_inferior_event()
10955 bool should_stop (struct thread_info *thread) override;10963 until_break_fsm::should_stop (struct thread_info *tp)
15425 (step_command_fsm::should_stop): Rename from15435 (until_next_fsm::should_stop): Rename from15444 (finish_command_fsm::should_stop): Rename from15458 (call_thread_fsm::should_stop): Rename from15469 (until_break_fsm::should_stop): Rename from
6301 (fetch_inferior_event): Pass thread to fsm should_stop method.6307 (struct thread_fsm_ops) <clean_up, should_stop>: Add thread
273 (until_break_fsm::should_stop): Loop over breakpoints in the8782 (step_command_fsm::should_stop): Pass thread to
4430 (fetch_inferior_event): Handle the event_thread's should_stop