From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16508 invoked by alias); 16 Oct 2011 19:42:25 -0000 Received: (qmail 16499 invoked by uid 22791); 16 Oct 2011 19:42:25 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Oct 2011 19:42:09 +0000 Received: from wpaz24.hot.corp.google.com (wpaz24.hot.corp.google.com [172.24.198.88]) by smtp-out.google.com with ESMTP id p9GJg8h8001190 for ; Sun, 16 Oct 2011 12:42:08 -0700 Received: from ruffy.mtv.corp.google.com (ruffy.mtv.corp.google.com [172.18.110.50]) by wpaz24.hot.corp.google.com with ESMTP id p9GJg7sf004325 for ; Sun, 16 Oct 2011 12:42:08 -0700 Received: by ruffy.mtv.corp.google.com (Postfix, from userid 67641) id A161B2461AA; Sun, 16 Oct 2011 12:42:07 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [commit] Add news entry for gdb.printing.register_pretty_printer Message-Id: <20111016194207.A161B2461AA@ruffy.mtv.corp.google.com> Date: Sun, 16 Oct 2011 19:53:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00448.txt.bz2 Hi. I think this should have a NEWS entry so I added one. 2011-10-16 Doug Evans * NEWS: Document python gdb.printing.register_pretty_printer's new `replace' parameter. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.457 diff -u -p -r1.457 NEWS --- NEWS 9 Oct 2011 22:21:42 -0000 1.457 +++ NEWS 16 Oct 2011 19:39:40 -0000 @@ -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