GDB 7.0 released
GDB 7.0 released
Posted Oct 15, 2009 11:33 UTC (Thu) by jwakely (subscriber, #60262)In reply to: GDB 7.0 released by jwakely
Parent article: GDB 7.0 released
GDB can only present the information present in the debug info, so if GCC is just slapping in the fully expanded instantiated types, then that's all GDB can give the user.
... and this isn't true. GDB can show a more useful representation of data structures than simply listing all the bases and members, and that's exactly what the new python pretty printing does.