ReactOS 0.4.15-dev-7788-g1ad9096
pevaluator Struct Reference
Collaboration diagram for pevaluator:

Public Attributes

struct cpu_stack_walkcsw
 
struct pool pool
 
struct vector stack
 
unsigned stk_index
 
struct hash_table values
 
char error [64]
 

Detailed Description

Definition at line 2949 of file msc.c.

Member Data Documentation

◆ csw

struct cpu_stack_walk* pevaluator::csw

Definition at line 2951 of file msc.c.

Referenced by pdb_parse_cmd_string(), pev_deref(), and pev_init().

◆ error

char pevaluator::error[64]

Definition at line 2956 of file msc.c.

Referenced by pdb_parse_cmd_string(), and pev_init().

◆ pool

struct pool pevaluator::pool

Definition at line 2952 of file msc.c.

Referenced by pev_free(), pev_init(), pev_push(), and pev_set_value().

◆ stack

struct vector pevaluator::stack

Definition at line 2953 of file msc.c.

Referenced by pev_init(), pev_pop(), and pev_push().

◆ stk_index

unsigned pevaluator::stk_index

Definition at line 2954 of file msc.c.

Referenced by pev_init(), pev_pop(), and pev_push().

◆ values

struct hash_table pevaluator::values

Definition at line 2955 of file msc.c.

Referenced by pev_get_val(), pev_init(), and pev_set_value().


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