#include "config.h"#include "system.h"#include "debug.h"

Go to the source code of this file.
Functions/Subroutines | |
| void | debug_nothing_void () |
| void | debug_nothing_tree (decl) |
| bool | debug_true_tree (block) |
| void | debug_nothing_rtx (insn) |
| void | debug_nothing_charstar (main_filename) const |
| void | debug_nothing_int_charstar (line, text) |
| void | debug_nothing_int (line) |
| void | debug_nothing_int_int (line, n) |
Variables | |
| struct gcc_debug_hooks | do_nothing_debug_hooks |
Initial value:
{
debug_nothing_charstar,
debug_nothing_charstar,
debug_nothing_int_charstar,
debug_nothing_int_charstar,
debug_nothing_int_charstar,
debug_nothing_int,
debug_nothing_int_int,
debug_nothing_int_int,
debug_true_tree,
debug_nothing_int_charstar,
debug_nothing_int_charstar,
debug_nothing_int_charstar,
debug_nothing_int_charstar,
debug_nothing_tree,
debug_nothing_int,
debug_nothing_tree,
debug_nothing_tree,
debug_nothing_tree,
debug_nothing_tree,
debug_nothing_rtx
}
Definition at line 31 of file debug.c.
Referenced by process_options(), and synth_module_prologue().
1.5.6