summaryrefslogtreecommitdiff
path: root/gdb/gdb-gdb.py
Commit message (Collapse)AuthorAgeFilesLines
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
|
* Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.Doug Evans2010-06-291-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-10 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-02-101-2/+2
| | | | * gdb-gdb.py: Comment fix.
* gdb/Jan Kratochvil2010-01-151-1/+1
| | | | | * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE comparison.
* Enhance gdb-gdb.py to handle main_type.type_specific.Joel Brobecker2010-01-151-5/+26
| | | | * gdb-gdb.py: Print the type-specific part of struct main_type.
* New python script adding pretty printers for types defined in GDB.Joel Brobecker2010-01-061-0/+241
* gdb-gdb.py: New file.