]> git.ipfire.org Git - thirdparty/gcc.git/commit
gdbhooks.py: Reorganize, to support regex matching and typedefs
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 20 Nov 2013 03:33:33 +0000 (03:33 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 20 Nov 2013 03:33:33 +0000 (03:33 +0000)
commit8f1edba1fba9a8ce6901929a3c03d78b87ae3e4e
tree53631e39ee9d133a8eb5c5efbdb19a39f139cfb1
parent7900247f6eae25f5c199900ef937142680988900
gdbhooks.py: Reorganize, to support regex matching and typedefs

* gdbhooks.py (GdbSubprinter.__init__): Drop str_type_ field.
(GdbSubprinter.handles_type): New.
(GdbSubprinterTypeList): New subclass of GdbSubprinter.
(GdbSubprinterRegex): New subclass of GdbSubprinter.
(GdbPrettyPrinters.add_printer): Remove in favor of...
(GdbPrettyPrinters.add_printer_for_types): ...this new method
and...
(GdbPrettyPrinters.add_printer_for_regex): ...this other new method.
(GdbPrettyPrinters.__call__): Update search for subprinter
to use handles_type method.
(build_pretty_printer): Update registration of subprinters to
use the new API above, supporting multiple spelling of each type,
and allowing for future regex-based subprinters.

From-SVN: r205085
gcc/ChangeLog
gcc/gdbhooks.py