#include <drsyms.h>
Data Fields | |
char * | name |
int | num_fields |
drsym_type_t ** | field_types |
Type information for a user-defined type: a struct, union, or class.
drsym_type_t** _drsym_compound_type_t::field_types |
Separate array of size num_fields. May be NULL if the data was not requested.
char* _drsym_compound_type_t::name |
Name of the type.
int _drsym_compound_type_t::num_fields |
Number of fields.