Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dcorefile.c54 hook_type exec_file_display_hook; /* the original hook */ variable
103 if (exec_file_display_hook != NULL) in specify_exec_file_hook()
111 exec_file_extra_hooks[0] = exec_file_display_hook; in specify_exec_file_hook()
112 exec_file_display_hook = call_extra_exec_file_hooks; in specify_exec_file_hook()
127 exec_file_display_hook = hook; in specify_exec_file_hook()
H A Dgdbcore.h99 extern void (*exec_file_display_hook) (char *filename);
H A Dexec.c270 if (exec_file_display_hook) in exec_file_attach()
271 (*exec_file_display_hook) (filename); in exec_file_attach()