GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
avr_stack_item Struct Reference

Public Attributes

int len
 
struct avr_stack_itemprev
 
gdb_byte * data
 

Detailed Description

Definition at line 1200 of file avr-tdep.c.

Member Data Documentation

◆ data

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().

◆ len

int avr_stack_item::len

Definition at line 1202 of file avr-tdep.c.

Referenced by avr_push_dummy_call(), and push_stack_item().

◆ prev

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().


The documentation for this struct was generated from the following file: