Home
last modified time | relevance | path

Searched refs:print_it (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.h553 enum print_stop_action (*print_it) (struct bpstats *bs); member
1116 enum bp_print_how print_it; member
H A Dbreakpoint.c4419 switch (bs->print_it) in print_bp_stop_message()
4442 return b->ops->print_it (bs); in print_bp_stop_message()
4610 bs->print_it = print_it_normal; in bpstat_alloc()
4916 bs->print_it = print_it_done; in bpstat_check_watchpoint()
4920 bs->print_it = print_it_noop; in bpstat_check_watchpoint()
4989 bs->print_it = print_it_noop; in bpstat_check_watchpoint()
5000 bs->print_it = print_it_noop; in bpstat_check_watchpoint()
5012 bs->print_it = print_it_done; in bpstat_check_watchpoint()
5022 bs->print_it = print_it_noop; in bpstat_check_watchpoint()
5253 bs->print_it = print_it_noop; in bpstat_stop_status()
[all …]
H A Dbreak-catch-sig.c479 ops->print_it = signal_catchpoint_print_it; in initialize_signal_catchpoint_ops()
H A Dada-lang.c12828 ops->print_it = print_it_catch_exception; in initialize_ada_catchpoint_ops()
12839 ops->print_it = print_it_catch_exception_unhandled; in initialize_ada_catchpoint_ops()
12850 ops->print_it = print_it_catch_assert; in initialize_ada_catchpoint_ops()