From 32d1c362a621b3f4bc996f57dffafbdf3397518b Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 16 Oct 2011 19:40:37 +0000 Subject: * NEWS: Document python gdb.printing.register_pretty_printer's new `replace' parameter. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/NEWS') 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 -- cgit v1.1