Home
last modified time | relevance | path

Searched refs:attach_hook (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dinfcmd.c1859 if (attach_hook) in attach_command()
1860 attach_hook (); in attach_command()
H A Ddefs.h1239 extern void (*attach_hook) (void);
H A Dtop.c247 void (*attach_hook) (void); variable