Home
last modified time | relevance | path

Searched refs:stop_bpstat (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinfrun.c3098 bpstat_clear (&tp->control.stop_bpstat); in clear_proceed_status_thread()
5138 ecs->event_thread->control.stop_bpstat in handle_syscall_event()
5146 if (bpstat_causes_stop (ecs->event_thread->control.stop_bpstat)) in handle_syscall_event()
6178 ecs->event_thread->control.stop_bpstat in handle_inferior_event()
6186 if (bpstat_causes_stop (ecs->event_thread->control.stop_bpstat)) in handle_inferior_event()
6372 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()
6518 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()
7018 bpstat_clear (&ecs->event_thread->control.stop_bpstat); in handle_signal_stop()
[all …]
Dgdbthread.h170 bpstat *stop_bpstat = nullptr; member
Dinfcmd.c699 bs = tp->control.stop_bpstat; in continue_command()
1589 && bpstat_find_breakpoint (tp->control.stop_bpstat, in should_stop()
1967 bpstat *bs = tp->control.stop_bpstat; in info_program_command()
Dinfcall.c932 breakpoint_auto_delete (call_thread->control.stop_bpstat); in run_inferior_call()
Dthread.c185 bpstat_clear (&tp->control.stop_bpstat); in clear_thread_inferior_resources()
DChangeLog-20083407 * inferior.h (stop_bpstat): Delete.
3415 (delete_breakpoint): Don't reference the global stop_bpstat; it's
3418 * gdbthread.h (struct thread_info): Add stop_bpstat.
3419 (save_infrun_state, load_infrun_state): Remove stop_bpstat
3422 stop_bpstat argument, and the code referencing it.
3428 * infcmd.c (stop_bpstat): Delete.
3435 (context_switch): Don't context-switch stop_bpstat.
6144 stop_step, step_multi, stop_signal and stop_bpstat parameters.
6147 stop_step, step_multi, stop_signal and stop_bpstat parameters.
6154 stop_step, step_multi, stop_signal and stop_bpstat.
[all …]
Dbreakpoint.c4707 for (bs = tp->control.stop_bpstat; bs != NULL; bs = bs->next) in bpstat_clear_actions()
4907 if (!bpstat_do_actions_1 (&tp->control.stop_bpstat)) in bpstat_do_actions()
10866 if (bpstat_find_breakpoint (tp->control.stop_bpstat, in should_stop()
11800 bpstat_remove_bp_location (th->control.stop_bpstat, bpt); in bpstat_remove_breakpoint_callback()
DChangeLog-19901479 than clear_breakpoint_commands. No callers need the stop_bpstat
1495 the deleted breakpoint from the stop_bpstat chain.
DChangeLog-2010607 stop_step and stop_bpstat here from struct thread_info.
639 stop_step, stop_bpstat and stop_soon by fields thread_control and
2790 (delete_breakpoint): Iterate over all threads' stop_bpstat's
DChangeLog-19932696 bpstat_clear (&inf_status.stop_bpstat).
5899 infrun.c: Replace switch (stop_bpstat->breakpoint_at->type)
DChangeLog-19913339 bpstat_explains_signal (stop_bpstat) not stop_breakpoint.
DChangeLog-20074227 remove bpstats from stop_bpstat.
DChangeLog-20049665 * infrun.c (normal_stop): Pass "stop_bpstat" to
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-interp.c91 if ((bpstat_what (tp->control.stop_bpstat).main_action in should_print_stop_to_console()