Is there a way to list the fields of structure along with types of structure fields?

dt -v does not mention fields with simple data types,
but only compound data-types.
Also it is possible to list fields of a structure by just giving the name of
a structure to a windbg command (w/o specifying address).

like

I’m think I’m missing something, because dt -v

should
list all fields, with simple types as something line "Uint8", "Int32,"
et. c. If you add a "-b," then nested types will be dumped
recursively.

As to your second question, just leave out the address. For example:

dt -v nt!_KPROCESS

-OR (WITH RECURSION)-

dt -b -v nt!_KPROCESS

If you could post the exact command you are entering, what you are
getting, and what you expect, I might be able to help, but I think that
this is pretty much it.

mm

>>> xxxxx@gmail.com 2006-12-17 14:15 >>>
dt -v does not mention fields with simple data
types,
but only compound data-types.
Also it is possible to list fields of a structure by just giving the
name of
a structure to a windbg command (w/o specifying address).

like

..

---
You are currently subscribed to windbg as: xxxxx@evitechnology.com
To unsubscribe send a blank email to xxxxx@lists.osr.com