aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb-gdb.py
AgeCommit message (Collapse)AuthorFilesLines
2010-02-102010-02-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+2
* gdb-gdb.py: Comment fix.
2010-01-15gdb/Jan Kratochvil1-1/+1
* gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE comparison.
2010-01-15Enhance gdb-gdb.py to handle main_type.type_specific.Joel Brobecker1-5/+26
* gdb-gdb.py: Print the type-specific part of struct main_type.
2010-01-06New python script adding pretty printers for types defined in GDB.Joel Brobecker1-0/+241
* gdb-gdb.py: New file.