Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDinfrun.c661 bpstat_clear (&stop_bpstat); in clear_proceed_status()
1609 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid); in handle_inferior_event()
1611 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
1658 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid); in handle_inferior_event()
1660 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
2037 bpstat_clear (&stop_bpstat); in handle_inferior_event()
2108 bpstat_clear (&stop_bpstat); in handle_inferior_event()
2112 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid); in handle_inferior_event()
2141 = !(bpstat_explains_signal (stop_bpstat) in handle_inferior_event()
2146 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
[all …]
HDinfcmd.c156 bpstat stop_bpstat; variable
515 bpstat bs = stop_bpstat; in continue_command()
1145 if (bpstat_find_breakpoint (stop_bpstat, breakpoint) != NULL in finish_command_continuation()
1271 if (bpstat_find_breakpoint (stop_bpstat, breakpoint) != NULL in finish_command()
1302 bpstat bs = stop_bpstat; in program_info()
HDinferior.h329 extern bpstat stop_bpstat;
HDevent-top.c525 bpstat_do_actions (&stop_bpstat); in command_handler()
564 bpstat_do_actions (&stop_bpstat); in command_line_handler_continuation()
HDtop.c320 bpstat_clear_actions (stop_bpstat); /* Clear queued breakpoint commands */ in throw_exception()
824 bpstat_do_actions (&stop_bpstat); in command_loop()
880 bpstat_do_actions (&stop_bpstat); in simplified_command_loop()
HDinfcall.c913 make_cleanup (breakpoint_auto_delete_contents, &stop_bpstat); in call_function_by_hand()
HDbreakpoint.c7011 for (bs = stop_bpstat; bs; bs = bs->next) in delete_breakpoint()
/NextBSD/contrib/gdb/gdb/mi/
HDmi-interp.c171 bpstat_do_actions (&stop_bpstat); in mi_interpreter_exec_continuation()