Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.h277 void (*print_mention) (struct breakpoint *); member
Dbreakpoint.c4820 if (b->ops != NULL && b->ops->print_mention != NULL) in mention()
4821 b->ops->print_mention (b); in mention()