This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Insight 5.0 questions


>     Structure printing: With the Insight 5.0 release, when I try to
> display a structure using  "print* pointer_to_structure", it does
> not display the structure by field names. Was this feature added
> in later versions of GDB or am I doing something wrong?
You should use "print* (struct <structure name> *)pointer_to_structure",
gdb could not know the pointed memory space's structure.
Or you could use the menu view->watch_expressions in insight.

Regards,
more.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]