User_Guides
:
Classic TotalView User Guide
:
PART II Debugging Tools and Tasks
:
Examining and Editing Data and Program Elements
:
Changing a Variable’s Data Type
: Viewing typedef Types
Viewing typedef Types
TotalView recognizes the names defined with
typedef
, and displays these user-defined types; for example:
typedef double *dptr_t;
dptr_t p_vbl;
TotalView displays the type for
p_vbl
as
dptr_t
.
This site works best with JavaScript enabled