Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dthread-fsm.h59 virtual bool should_stop (struct thread_info *thread) = 0;
H A Dinfcmd.c838 bool should_stop (struct thread_info *thread) override;
922 step_command_fsm::should_stop (struct thread_info *tp) in should_stop() function
1290 bool should_stop (struct thread_info *thread) override;
1299 until_next_fsm::should_stop (struct thread_info *tp) in should_stop() function
1572 bool should_stop (struct thread_info *thread) override;
1584 finish_command_fsm::should_stop (struct thread_info *tp) in should_stop() function
H A Dinfcall.c505 bool should_stop (struct thread_info *thread) override;
531 call_thread_fsm::should_stop (struct thread_info *thread) in should_stop() function
H A Dinfrun.c3931 int should_stop = 1; in fetch_inferior_event() local
3941 should_stop = thread_fsm->should_stop (thr); in fetch_inferior_event()
3944 if (!should_stop) in fetch_inferior_event()
H A Dbreakpoint.c10955 bool should_stop (struct thread_info *thread) override;
10963 until_break_fsm::should_stop (struct thread_info *tp)
H A DChangeLog-201915425 (step_command_fsm::should_stop): Rename from
15435 (until_next_fsm::should_stop): Rename from
15444 (finish_command_fsm::should_stop): Rename from
15458 (call_thread_fsm::should_stop): Rename from
15469 (until_break_fsm::should_stop): Rename from
H A DChangeLog-20166301 (fetch_inferior_event): Pass thread to fsm should_stop method.
6307 (struct thread_fsm_ops) <clean_up, should_stop>: Add thread
H A DChangeLog273 (until_break_fsm::should_stop): Loop over breakpoints in the
8782 (step_command_fsm::should_stop): Pass thread to
H A DChangeLog-20154430 (fetch_inferior_event): Handle the event_thread's should_stop
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dthread-fsm.h59 virtual bool should_stop (struct thread_info *thread) = 0;
H A Dinfcmd.c838 bool should_stop (struct thread_info *thread) override;
922 step_command_fsm::should_stop (struct thread_info *tp) in should_stop() function
1290 bool should_stop (struct thread_info *thread) override;
1299 until_next_fsm::should_stop (struct thread_info *tp) in should_stop() function
1572 bool should_stop (struct thread_info *thread) override;
1584 finish_command_fsm::should_stop (struct thread_info *tp) in should_stop() function
H A Dinfcall.c505 bool should_stop (struct thread_info *thread) override;
531 call_thread_fsm::should_stop (struct thread_info *thread) in should_stop() function
H A Dinfrun.c3931 int should_stop = 1; in fetch_inferior_event() local
3941 should_stop = thread_fsm->should_stop (thr); in fetch_inferior_event()
3944 if (!should_stop) in fetch_inferior_event()
H A Dbreakpoint.c10955 bool should_stop (struct thread_info *thread) override;
10963 until_break_fsm::should_stop (struct thread_info *tp)
H A DChangeLog-201915425 (step_command_fsm::should_stop): Rename from
15435 (until_next_fsm::should_stop): Rename from
15444 (finish_command_fsm::should_stop): Rename from
15458 (call_thread_fsm::should_stop): Rename from
15469 (until_break_fsm::should_stop): Rename from
H A DChangeLog-20166301 (fetch_inferior_event): Pass thread to fsm should_stop method.
6307 (struct thread_fsm_ops) <clean_up, should_stop>: Add thread
H A DChangeLog273 (until_break_fsm::should_stop): Loop over breakpoints in the
8782 (step_command_fsm::should_stop): Pass thread to
H A DChangeLog-20154430 (fetch_inferior_event): Handle the event_thread's should_stop