Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dannotate.c38 void (*annotate_starting_hook) (void); variable
105 if (annotate_starting_hook) in annotate_starting()
106 annotate_starting_hook (); in annotate_starting()
H A Dannotate.h102 extern void (*annotate_starting_hook) (void);