aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-10-16 19:40:37 +0000
committerDoug Evans <dje@google.com>2011-10-16 19:40:37 +0000
commit32d1c362a621b3f4bc996f57dffafbdf3397518b (patch)
tree296584427524e76588b1a62fbb007efab67aded7 /gdb/NEWS
parent746c5e8cf04907404d06ba0919c008f0da633255 (diff)
downloadgdb-32d1c362a621b3f4bc996f57dffafbdf3397518b.zip
gdb-32d1c362a621b3f4bc996f57dffafbdf3397518b.tar.gz
gdb-32d1c362a621b3f4bc996f57dffafbdf3397518b.tar.bz2
* NEWS: Document python gdb.printing.register_pretty_printer's new
`replace' parameter.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 1e294e0..eab6bdc 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -15,6 +15,10 @@
* Python scripting
+ ** The register_pretty_printer function in module gdb.printing now takes
+ an optional `replace' argument. If True the new printer replaces any
+ existing one.
+
** The "maint set python print-stack on|off" command has been
deprecated, and a new command: "set python print-stack on|off" has
replaced it. Additionally, the default for "print-stack" is now