GDB (xrefs)
Public Attributes | List of all members
parse_stack Struct Reference

Public Attributes

struct parse_stacknext
 
struct parse_stackprev
 
struct symtabcur_st
 
struct blockcur_block
 
int blocktype
 
struct typecur_type
 
int cur_field
 
CORE_ADDR procadr
 
int numargs
 

Detailed Description

Definition at line 405 of file mdebugread.c.

Member Data Documentation

int parse_stack::blocktype

Definition at line 417 of file mdebugread.c.

Referenced by parse_symbol(), and psymtab_to_symtab_1().

struct block* parse_stack::cur_block

Definition at line 409 of file mdebugread.c.

Referenced by parse_procedure(), parse_symbol(), and psymtab_to_symtab_1().

int parse_stack::cur_field

Definition at line 420 of file mdebugread.c.

Referenced by parse_symbol().

struct symtab* parse_stack::cur_st

Definition at line 408 of file mdebugread.c.

Referenced by parse_procedure(), parse_symbol(), and psymtab_to_symtab_1().

struct type* parse_stack::cur_type

Definition at line 419 of file mdebugread.c.

Referenced by parse_symbol(), and psymtab_to_symtab_1().

struct parse_stack* parse_stack::next
int parse_stack::numargs

Definition at line 422 of file mdebugread.c.

Referenced by parse_symbol(), and psymtab_to_symtab_1().

struct parse_stack * parse_stack::prev

Definition at line 407 of file mdebugread.c.

Referenced by push_parse_stack().

CORE_ADDR parse_stack::procadr

Definition at line 421 of file mdebugread.c.

Referenced by parse_symbol(), and psymtab_to_symtab_1().


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