Searched defs:gcc_debug_hooks (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | debug.h | 24 struct gcc_debug_hooks struct 28 void (* init) (const char *main_filename); 31 void (* finish) (const char *main_filename); 34 void (* define) (unsigned int line, const char *text); 37 void (* undef) (unsigned int line, const char *macro); 41 void (* start_source_file) (unsigned int line, const char *file); 45 void (* end_source_file) (unsigned int line); 49 void (* begin_block) (unsigned int line, unsigned int n); 52 void (* end_block) (unsigned int line, unsigned int n); 59 bool (* ignore_block) (tree); [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | debug.h | 24 struct gcc_debug_hooks struct 28 void (* init) PARAMS ((const char *main_filename)); 31 void (* finish) PARAMS ((const char *main_filename)); 34 void (* define) PARAMS ((unsigned int line, const char *text)); 37 void (* undef) PARAMS ((unsigned int line, const char *macro)); 41 void (* start_source_file) PARAMS ((unsigned int line, const char *file)); 45 void (* end_source_file) PARAMS ((unsigned int line)); 49 void (* begin_block) PARAMS ((unsigned int line, unsigned int n)); 52 void (* end_block) PARAMS ((unsigned int line, unsigned int n)); 59 bool (* ignore_block) PARAMS ((tree)); [all …]
|