I'm debugging my C program using dbx on Solaris, and I'd like to be able to see the contents of a data structure.
It's a local data structure in the function that's in scope, so typing "dump" shows a pointer to the structure. However, I'd like to look at the contents of various fields within it. How can I do that?