Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dcorefile.c56 static hook_type *exec_file_extra_hooks; /* Array of additional variable
95 (*exec_file_extra_hooks[i]) (filename); in call_extra_exec_file_hooks()
114 exec_file_extra_hooks = (hook_type *) in specify_exec_file_hook()
116 exec_file_extra_hooks[0] = deprecated_exec_file_display_hook; in specify_exec_file_hook()
126 xrealloc (exec_file_extra_hooks, in specify_exec_file_hook()
128 exec_file_extra_hooks = new_array; in specify_exec_file_hook()
129 exec_file_extra_hooks[exec_file_hook_count - 1] = hook; in specify_exec_file_hook()