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