Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfrun.c635 bpstat_clear (&stop_bpstat); in clear_proceed_status()
1399 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid, 0); in handle_inferior_event()
1401 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
1448 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid, 0); in handle_inferior_event()
1450 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
1776 bpstat_clear (&stop_bpstat); in handle_inferior_event()
1840 bpstat_clear (&stop_bpstat); in handle_inferior_event()
1844 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid, in handle_inferior_event()
1874 = !(bpstat_explains_signal (stop_bpstat) in handle_inferior_event()
1879 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
[all …]
Dinfcmd.c156 bpstat stop_bpstat; variable
544 bpstat bs = stop_bpstat; in continue_command()
1153 if (bpstat_find_breakpoint (stop_bpstat, breakpoint) != NULL in finish_command_continuation()
1278 if (bpstat_find_breakpoint (stop_bpstat, breakpoint) != NULL in finish_command()
1309 bpstat bs = stop_bpstat; in program_info()
Dinferior.h325 extern bpstat stop_bpstat;
Dtop.c321 bpstat_clear_actions (stop_bpstat); /* Clear queued breakpoint commands */ in throw_exception()
814 bpstat_do_actions (&stop_bpstat); in command_loop()
870 bpstat_do_actions (&stop_bpstat); in simplified_command_loop()
Devent-top.c525 bpstat_do_actions (&stop_bpstat); in command_handler()
564 bpstat_do_actions (&stop_bpstat); in command_line_handler_continuation()
Dinfcall.c712 make_cleanup (breakpoint_auto_delete_contents, &stop_bpstat); in call_function_by_hand()
DChangeLog-19901479 than clear_breakpoint_commands. No callers need the stop_bpstat
1495 the deleted breakpoint from the stop_bpstat chain.
Dbreakpoint.c7113 for (bs = stop_bpstat; bs; bs = bs->next) in delete_breakpoint()
DChangeLog-19932696 bpstat_clear (&inf_status.stop_bpstat).
5911 infrun.c: Replace switch (stop_bpstat->breakpoint_at->type)
DChangeLog-19913339 bpstat_explains_signal (stop_bpstat) not stop_breakpoint.
DChangeLog7784 * infrun.c (normal_stop): Pass "stop_bpstat" to
/openbsd/src/gnu/usr.bin/binutils/gdb/mi/
Dmi-interp.c167 bpstat_do_actions (&stop_bpstat); in mi_interpreter_exec_continuation()