aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index c870f01..a71461c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -16,6 +16,15 @@
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