Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dcorefile.c53 typedef void (*hook_type) (char *); typedef
55 hook_type deprecated_exec_file_display_hook; /* The original hook. */
56 static hook_type *exec_file_extra_hooks; /* Array of additional
104 hook_type *new_array; in specify_exec_file_hook()
114 exec_file_extra_hooks = (hook_type *) in specify_exec_file_hook()
115 xmalloc (sizeof (hook_type)); in specify_exec_file_hook()
125 new_array = (hook_type *) in specify_exec_file_hook()
127 exec_file_hook_count * sizeof (hook_type)); in specify_exec_file_hook()
/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-script.c1465 int hook_type = CMD_NO_HOOK; in define_command() local
1500 hook_type = CMD_PRE_HOOK; in define_command()
1505 hook_type = CMD_POST_HOOK; in define_command()
1509 if (hook_type != CMD_NO_HOOK) in define_command()
1550 switch (hook_type) in define_command()