Searched refs:exec_file_hook_count (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dcorefile.c56 static int exec_file_hook_count = 0; /* size of array */ variable
93 for (i = 0; i < exec_file_hook_count; i++)
109 if (exec_file_hook_count == 0)
115 exec_file_hook_count = 1;
121 exec_file_hook_count++;
124 exec_file_hook_count * sizeof (hook_type));
126 exec_file_extra_hooks[exec_file_hook_count - 1] = hook;

Completed in 64 milliseconds