Searched refs:stop_bpstat (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | infrun.c | 3098 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 …]
|
| D | gdbthread.h | 170 bpstat *stop_bpstat = nullptr; member
|
| D | infcmd.c | 699 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()
|
| D | infcall.c | 932 breakpoint_auto_delete (call_thread->control.stop_bpstat); in run_inferior_call()
|
| D | thread.c | 185 bpstat_clear (&tp->control.stop_bpstat); in clear_thread_inferior_resources()
|
| D | ChangeLog-2008 | 3407 * 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 …]
|
| D | breakpoint.c | 4707 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()
|
| D | ChangeLog-1990 | 1479 than clear_breakpoint_commands. No callers need the stop_bpstat 1495 the deleted breakpoint from the stop_bpstat chain.
|
| D | ChangeLog-2010 | 607 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
|
| D | ChangeLog-1993 | 2696 bpstat_clear (&inf_status.stop_bpstat). 5899 infrun.c: Replace switch (stop_bpstat->breakpoint_at->type)
|
| D | ChangeLog-1991 | 3339 bpstat_explains_signal (stop_bpstat) not stop_breakpoint.
|
| D | ChangeLog-2007 | 4227 remove bpstats from stop_bpstat.
|
| D | ChangeLog-2004 | 9665 * infrun.c (normal_stop): Pass "stop_bpstat" to
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-interp.c | 91 if ((bpstat_what (tp->control.stop_bpstat).main_action in should_print_stop_to_console()
|