GDB (API)
|
Go to the source code of this file.
Classes | |
struct | macro_scope |
Functions | |
struct macro_scope * | sal_macro_scope (struct symtab_and_line sal) |
struct macro_scope * | user_macro_scope (void) |
struct macro_scope * | default_macro_scope (void) |
struct macro_definition * | standard_macro_lookup (const char *name, void *baton) |
Variables | |
struct macro_table * | macro_user_macros |
struct macro_scope* default_macro_scope | ( | void | ) | [read] |
Definition at line 99 of file macroscope.c.
struct macro_scope* sal_macro_scope | ( | struct symtab_and_line | sal | ) | [read] |
Definition at line 39 of file macroscope.c.
struct macro_definition* standard_macro_lookup | ( | const char * | name, |
void * | baton | ||
) | [read] |
Definition at line 144 of file macroscope.c.
struct macro_scope* user_macro_scope | ( | void | ) | [read] |
Definition at line 88 of file macroscope.c.
struct macro_table* macro_user_macros |
Definition at line 35 of file macroscope.c.