... and fire of gdb (gdb) ptype struct vx_dinode type = struct vx_dinode { struct vx_icommon di_ic; } (gdb) ptype struct vx_icommon type = struct vx_icommon { long int ic_mode; long int ic_nlink; long int ic_uid; long int ic_gid; vxhyper_t ic_size; struct timeval ic_atime; struct timeval ic_mtime; struct timeval ic_ctime; char ic_aflags; char ic_orgtype; u_short ic_eopflags; long int ic_eopdata; union vx_ftarea ic_ftarea; long int ic_blocks; long int ic_gen; vxhyper_t ic_vversion; union vx_org ic_org; long int ic_iattrino; } (gdb)