Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Ddebug.c25 const struct gcc_debug_hooks do_nothing_debug_hooks = variable
H A Ddebug.h147 extern const struct gcc_debug_hooks do_nothing_debug_hooks;
H A Dtoplev.c1605 debug_hooks = &do_nothing_debug_hooks; in process_options()
1740 default_debug_hooks = &do_nothing_debug_hooks; in process_options()
1793 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options()
1809 != do_nothing_debug_hooks.var_location; in process_options()
H A DChangeLog-200116918 * debug.c (do_nothing_debug_hooks): Update.
16997 * debug.c (do_nothing_debug_hooks): Update.
17138 * debug.c (do_nothing_debug_hooks): Update.
17456 (do_nothing_debug_hooks): Update.
17702 (do_nothing_debug_hooks): Update.
17749 * debug.c (do_nothing_debug_hooks): Add new hooks.
H A DChangeLog-200210057 * debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
28860 * debug.c (do_nothing_debug_hooks): Likewise.
28861 * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
H A DChangeLog-200442080 * debug.c (do_nothing_debug_hooks): Update.
42848 * debug.c (do_nothing_debug_hooks): Likewise.
44877 * debug.c (do_nothing_debug_hooks): Same.
H A DChangeLog-200526683 * debug.c (struct do_nothing_debug_hooks): Add do_nothing function
H A DChangeLog-200327790 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.