aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb-gdb.py
AgeCommit message (Collapse)AuthorFilesLines
2010-06-29 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.Doug Evans1-2/+0
* gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK. (struct main_type, field loc): Delete dwarf_block. (FIELD_DWARF_BLOCK): Delete. (SET_FIELD_DWARF_BLOCK): Delete. (TYPE_FIELD_DWARF_BLOCK): Delete. * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img): Update.
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.