Searched refs:default_debug_hooks (Results 1 – 2 of 2) sorted by relevance
204 static const struct gcc_debug_hooks *default_debug_hooks; variable1740 default_debug_hooks = &do_nothing_debug_hooks; in process_options()1743 default_debug_hooks = &dbx_debug_hooks; in process_options()1747 default_debug_hooks = &xcoff_debug_hooks; in process_options()1751 default_debug_hooks = &sdb_debug_hooks; in process_options()1755 default_debug_hooks = &dwarf2_debug_hooks; in process_options()1760 default_debug_hooks = &vmsdbg_debug_hooks; in process_options()1808 flag_rename_registers = default_debug_hooks->var_location in process_options()
35860 (default_debug_hooks): New global.35861 (process_options): Initialize default_debug_hooks. Warn if