GDB (xrefs)
|
Public Attributes | |
gdb::function_view< macro_callback_fn > | fn |
struct macro_source_file * | file |
int | line |
Definition at line 945 of file macrotab.c.
struct macro_source_file* macro_for_each_data::file |
Definition at line 948 of file macrotab.c.
Referenced by foreach_macro_in_scope(), macro_for_each(), and macro_for_each_in_scope().
gdb::function_view<macro_callback_fn> macro_for_each_data::fn |
Definition at line 947 of file macrotab.c.
Referenced by foreach_macro(), foreach_macro_in_scope(), macro_for_each(), and macro_for_each_in_scope().
int macro_for_each_data::line |
Definition at line 949 of file macrotab.c.
Referenced by gdb.dap.scopes._ScopeReference::__init__(), foreach_macro_in_scope(), macro_for_each(), macro_for_each_in_scope(), and gdb.dap.scopes._ScopeReference::to_object().