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

Lines Matching defs:Printer

438 # This is a pretty printer for std::_Rb_tree_iterator (which is
841 # A "regular expression" printer which conforms to the
860 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
861 # gdb.printing. It can also be used directly as an old-style printer.
862 class Printer(object):
864 super(Printer, self).__init__()
876 printer = RxPrinter(name, function)
877 self.subprinters.append(printer)
878 self.lookup[name] = printer
921 # Cannot find a pretty printer. Return None.
958 printer = FilteringTypePrinter(match, 'std::' + name)
959 gdb.types.register_type_printer(obj, printer)
997 # Note that we can't have a printer for std::wstreampos, because
1035 libstdcxx_printer = Printer("libstdc++-v6")
1062 # Printer registrations for classes compiled with -D_GLIBCXX_DEBUG.
1078 # For array - the default GDB pretty-printer seems reasonable.
1103 # These are the C++0x printer registrations for -D_GLIBCXX_DEBUG cases.
1141 # Debug (compiled with -D_GLIBCXX_DEBUG) printer
1144 # have the __norm namespace. Just use the existing printer