Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtoplev.c202 static const struct gcc_debug_hooks *default_debug_hooks; variable
1691 default_debug_hooks = &do_nothing_debug_hooks; in process_options()
1694 default_debug_hooks = &dbx_debug_hooks; in process_options()
1698 default_debug_hooks = &xcoff_debug_hooks; in process_options()
1702 default_debug_hooks = &sdb_debug_hooks; in process_options()
1706 default_debug_hooks = &dwarf2_debug_hooks; in process_options()
1711 default_debug_hooks = &vmsdbg_debug_hooks; in process_options()
1759 flag_rename_registers = default_debug_hooks->var_location in process_options()