Searched refs:print_mention (Results 1 – 2 of 2) sorted by relevance
277 void (*print_mention) (struct breakpoint *); member
4820 if (b->ops != NULL && b->ops->print_mention != NULL) in mention()4821 b->ops->print_mention (b); in mention()