GDB (xrefs)
|
Public Attributes | |
int | len |
struct avr_stack_item * | prev |
gdb_byte * | data |
Definition at line 1200 of file avr-tdep.c.
gdb_byte* avr_stack_item::data |
Definition at line 1204 of file avr-tdep.c.
Referenced by avr_push_dummy_call(), pop_stack_item(), and push_stack_item().
int avr_stack_item::len |
Definition at line 1202 of file avr-tdep.c.
Referenced by avr_push_dummy_call(), and push_stack_item().
struct avr_stack_item* avr_stack_item::prev |
Definition at line 1203 of file avr-tdep.c.
Referenced by pop_stack_item(), and push_stack_item().