This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


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

can't print structures w/ 5.0 (worked w/ 4.18)



Using gdb 5.0 (insight), I can no longer print structures.


(gdb) print serverState

In 4.18, it prints out the elements of serverState (it's an
array of structures).  With 5.0, It just prints a number.

Both of these are arm-elf target built on Inte RH6.2

Why won't 5.0 print structures?

-- 
Grant Edwards
grante@visi.com

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