Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dbreak-catch-sig.c481 ops->print_mention = signal_catchpoint_print_mention; in initialize_signal_catchpoint_ops()
H A Dbreakpoint.h575 void (*print_mention) (struct breakpoint *); member
H A Dbreakpoint.c8820 b->ops->print_mention (b); in mention()
15946 ops->print_mention = bkpt_print_mention; in initialize_breakpoint_ops()
15966 ops->print_mention = internal_bkpt_print_mention; in initialize_breakpoint_ops()
16009 ops->print_mention = print_mention_watchpoint; in initialize_breakpoint_ops()
16031 ops->print_mention = tracepoint_print_mention; in initialize_breakpoint_ops()
16058 ops->print_mention = print_mention_catch_fork; in initialize_breakpoint_ops()
16069 ops->print_mention = print_mention_catch_vfork; in initialize_breakpoint_ops()
16081 ops->print_mention = print_mention_catch_exec; in initialize_breakpoint_ops()
16093 ops->print_mention = print_mention_catch_syscall; in initialize_breakpoint_ops()
16106 ops->print_mention = print_mention_catch_solib; in initialize_breakpoint_ops()
[all …]
H A Dada-lang.c12830 ops->print_mention = print_mention_catch_exception; in initialize_ada_catchpoint_ops()
12841 ops->print_mention = print_mention_catch_exception_unhandled; in initialize_ada_catchpoint_ops()
12852 ops->print_mention = print_mention_catch_assert; in initialize_ada_catchpoint_ops()