Searched refs:RegexpCollectionPrettyPrinter (Results 1 – 11 of 11) sorted by relevance
157 class RegexpCollectionPrettyPrinter(PrettyPrinter): class171 super(RegexpCollectionPrettyPrinter.RegexpSubprinter, self).__init__(name)177 super(RegexpCollectionPrettyPrinter, self).__init__(name, [])395 _builtin_pretty_printers = RegexpCollectionPrettyPrinter("builtin")
61 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-test")73 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-test")
26 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-cast")
38 pp = gdb.printing.RegexpCollectionPrettyPrinter("my_library")
31 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-notag")
36 pp = gdb.printing.RegexpCollectionPrettyPrinter("S")
70 pp = gdb.printing.RegexpCollectionPrettyPrinter("bad-printers")
61 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-test")
2103 pp = gdb.printing.RegexpCollectionPrettyPrinter(8228 @item RegexpCollectionPrettyPrinter (@var{name})
4986 RegexpCollectionPrettyPrinter.
11430 * python/lib/gdb/printing.py (RegexpCollectionPrettyPrinter):