Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDdebug.h24 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 …]