New python module gdb.printing, and new commands info pretty-printer,
[deliverable/binutils-gdb.git] / gdb / NEWS
index c870f01074bc4dc4cf1aa4764be401277bc99480..a71461cbf8472c3cdbcfa9c8e22c876e6f498b03 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
      It contains a collection of utilities for working with gdb.Types objects:
      get_basic_type, has_field, make_enum_dict.
 
+  ** Module gdb.printing has been added.
+     It contains utilities for writing and registering pretty-printers.
+     New classes: PrettyPrinter,  SubPrettyPrinter,
+     RegexpCollectionPrettyPrinter.
+     New function: register_pretty_printer.
+
+  ** New commands "info pretty-printers", "enable pretty-printer" and
+     "disable pretty-printer" have been added.
+
 * C++ Improvements:
 
   ** GDB now puts template parameters in scope when debugging in an
This page took 0.024052 seconds and 4 git commands to generate.