Home | History | Annotate | Download | only in gcc-4.8.3

Lines Matching defs:Printer

378 # This is a pretty printer for std::_Rb_tree_iterator (which is
738 # A "regular expression" printer which conforms to the
752 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
753 # gdb.printing. It can also be used directly as an old-style printer.
754 class Printer(object):
756 super(Printer, self).__init__()
768 printer = RxPrinter(name, function)
769 self.subprinters.append(printer)
770 self.lookup[name] = printer
808 # Cannot find a pretty printer. Return None.
845 printer = FilteringTypePrinter(match, 'std::' + name)
846 gdb.types.register_type_printer(obj, printer)
884 # Note that we can't have a printer for std::wstreampos, because
922 libstdcxx_printer = Printer("libstdc++-v6")
949 # Printer registrations for classes compiled with -D_GLIBCXX_DEBUG.
965 # For array - the default GDB pretty-printer seems reasonable.
990 # These are the C++0x printer registrations for -D_GLIBCXX_DEBUG cases.
1028 # Debug (compiled with -D_GLIBCXX_DEBUG) printer
1031 # have the __norm namespace. Just use the existing printer