Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dcorefile.c55 static hook_type *exec_file_extra_hooks; /* array of additional hooks */ variable
92 (*exec_file_extra_hooks[i]) (filename); in call_extra_exec_file_hooks()
110 exec_file_extra_hooks = (hook_type *) xmalloc (sizeof (hook_type)); in specify_exec_file_hook()
111 exec_file_extra_hooks[0] = exec_file_display_hook; in specify_exec_file_hook()
121 (hook_type *) xrealloc (exec_file_extra_hooks, in specify_exec_file_hook()
123 exec_file_extra_hooks = new_array; in specify_exec_file_hook()
124 exec_file_extra_hooks[exec_file_hook_count - 1] = hook; in specify_exec_file_hook()