ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Attributes | |
struct cpu_stack_walk * | csw |
struct pool | pool |
struct vector | stack |
unsigned | stk_index |
struct hash_table | values |
char | error [64] |
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().
char pevaluator::error[64] |
Definition at line 2956 of file msc.c.
Referenced by pdb_parse_cmd_string(), and pev_init().
Definition at line 2952 of file msc.c.
Referenced by pev_free(), pev_init(), pev_push(), and pev_set_value().
Definition at line 2953 of file msc.c.
Referenced by pev_init(), pev_pop(), and pev_push().
unsigned pevaluator::stk_index |
Definition at line 2954 of file msc.c.
Referenced by pev_init(), pev_pop(), and pev_push().
struct hash_table pevaluator::values |
Definition at line 2955 of file msc.c.
Referenced by pev_get_val(), pev_init(), and pev_set_value().