Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Ddebug.h24 struct gcc_debug_hooks struct
132 extern const struct gcc_debug_hooks *debug_hooks; argument
147 extern const struct gcc_debug_hooks do_nothing_debug_hooks;
148 extern const struct gcc_debug_hooks dbx_debug_hooks;
149 extern const struct gcc_debug_hooks sdb_debug_hooks;
150 extern const struct gcc_debug_hooks xcoff_debug_hooks;
151 extern const struct gcc_debug_hooks dwarf2_debug_hooks;
152 extern const struct gcc_debug_hooks vmsdbg_debug_hooks;
Ddebug.c25 const struct gcc_debug_hooks do_nothing_debug_hooks =
Dsdbout.c306 const struct gcc_debug_hooks sdb_debug_hooks =
1691 const struct gcc_debug_hooks sdb_debug_hooks;
Dtoplev.c200 const struct gcc_debug_hooks *debug_hooks;
204 static const struct gcc_debug_hooks *default_debug_hooks;
Ddbxout.c347 const struct gcc_debug_hooks dbx_debug_hooks =
383 const struct gcc_debug_hooks xcoff_debug_hooks =
Dvmsdbgout.c188 const struct gcc_debug_hooks vmsdbg_debug_hooks
Ddwarf2out.c3634 const struct gcc_debug_hooks dwarf2_debug_hooks =
14561 const struct gcc_debug_hooks dwarf2_debug_hooks;
DChangeLog-20013369 * debug.h (gcc_debug_hooks): Add vmsdbg_debug_hooks.
16921 (struct gcc_debug_hooks): New hooks ignore_block,
16998 * debug.h (struct gcc_debug_hooks): New hooks function_decl,
17143 (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
17461 (gcc_debug_hooks): New hooks source_line, end_epilogue
17703 * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
17752 * debug.h (gcc_debug_hooks): New hooks define, undef,
DChangeLog-200442077 * debug.h (struct gcc_debug_hooks): Add type_decl field.
42775 * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
42845 * debug.h (struct gcc_debug_hooks): Added var_location debug hook.
44879 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
DChangeLog-200526685 * debug.h (struct gcc_debug_hooks): Add new function to debug_hooks,
27586 * debug.h (gcc_debug_hooks): Ditto.
DChangeLog-200327791 * debug.h (struct gcc_debug_hooks): Add handle_pch.