VisitType¶
Visit a type and print its members.
arguments¶
arg1
The type to visit.
[arg2]
Address to print from. If not specified (or zero) the type will be printed without values.
[arg3]
Maximum pointer resolution depth (default is 0). This can be used to also display structures (and values) pointed to by members of the type you are visiting.
result¶
This command does not set any result variables.