entry for RuntimeError to doc string.
+2011-05-23 Doug Evans <dje@google.com>
+
+ * python/lib/gdb/printing.py (register_pretty_printer): Add missing
+ entry for RuntimeError to doc string.
+
2011-05-23 Jerome Guitton <guitton@adacore.com>
* sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
Raises:
TypeError: A problem with the type of the printer.
ValueError: The printer's name contains a semicolon ";".
+ RuntimeError: A printer with the same name is already registered.
If the caller wants the printer to be listable and disableable, it must
follow the PrettyPrinter API. This applies to the old way (functions) too.