Home
last modified time | relevance | path

Searched refs:bpstat_causes_stop (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.h1299 extern bool bpstat_causes_stop (bpstat *);
Dinfrun.c5146 if (bpstat_causes_stop (ecs->event_thread->control.stop_bpstat)) in handle_syscall_event()
6186 if (bpstat_causes_stop (ecs->event_thread->control.stop_bpstat)) in handle_inferior_event()
6384 if (!bpstat_causes_stop (ecs->event_thread->control.stop_bpstat)) in handle_inferior_event()
6527 if (!bpstat_causes_stop (ecs->event_thread->control.stop_bpstat)) in handle_inferior_event()
Dbreakpoint.c5902 if (! bpstat_causes_stop (bs_head)) in bpstat_stop_status()
6192 bpstat_causes_stop (bpstat *bs) in bpstat_causes_stop() function
DChangeLog-20131778 (handle_syscall_event): Use bpstat_causes_stop instead of
1782 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
DChangeLog-2009831 * breakpoint.c (bpstat_causes_stop): New.
832 * breakpoint.h (bpstat_causes_stop): Declare.
DChangeLog-20197911 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
7913 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
DChangeLog-20107899 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.