GDB (xrefs)
Loading...
Searching...
No Matches
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 401 of file mdebugread.c.

Member Data Documentation

◆ blocktype

int parse_stack::blocktype

Definition at line 413 of file mdebugread.c.

Referenced by mdebug_expand_psymtab(), and parse_symbol().

◆ cur_block

struct block* parse_stack::cur_block

Definition at line 405 of file mdebugread.c.

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

◆ cur_field

int parse_stack::cur_field

Definition at line 416 of file mdebugread.c.

Referenced by parse_symbol().

◆ cur_st

struct symtab* parse_stack::cur_st

◆ cur_type

struct type* parse_stack::cur_type

Definition at line 415 of file mdebugread.c.

Referenced by mdebug_expand_psymtab(), and parse_symbol().

◆ next

struct parse_stack* parse_stack::next

Definition at line 403 of file mdebugread.c.

Referenced by pop_parse_stack(), and push_parse_stack().

◆ numargs

int parse_stack::numargs

Definition at line 418 of file mdebugread.c.

Referenced by mdebug_expand_psymtab(), and parse_symbol().

◆ prev

struct parse_stack * parse_stack::prev

Definition at line 403 of file mdebugread.c.

Referenced by push_parse_stack().

◆ procadr

CORE_ADDR parse_stack::procadr

Definition at line 417 of file mdebugread.c.

Referenced by mdebug_expand_psymtab(), and parse_symbol().


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