* NEWS: Document python gdb.printing.register_pretty_printer's new

`replace' parameter.
This commit is contained in:
Doug Evans 2011-10-16 19:40:37 +00:00
parent 746c5e8cf0
commit 32d1c362a6
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-10-16 Doug Evans <dje@google.com>
* NEWS: Document python gdb.printing.register_pretty_printer's new
`replace' parameter.
2011-10-14 Keith Seitz <keiths@redhat.com>
PR c++/13225

View File

@ -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