Totalview® User Guide : PART II Debugging Tools and Tasks : Chapter 9 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.