From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31503 invoked by alias); 1 Apr 2009 23:07:19 -0000 Received: (qmail 31495 invoked by uid 22791); 1 Apr 2009 23:07:18 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Apr 2009 23:07:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9445E2C17B6 for ; Wed, 1 Apr 2009 19:07:11 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CY48EdE-tYCP for ; Wed, 1 Apr 2009 19:07:11 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6399D2C178B for ; Wed, 1 Apr 2009 19:07:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 85AF5F5A6F; Wed, 1 Apr 2009 16:07:08 -0700 (PDT) Date: Wed, 01 Apr 2009 23:07:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco] Document the new default for "set print frame-arguments" Message-ID: <20090401230708.GJ8766@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-04/txt/msg00017.txt.bz2 This is a slight change of behavior, with a patch posted there: http://www.sourceware.org/ml/gdb-patches/2009-03/msg00532.html Here is the associated documentation update. I added a little reference to this command in the "Backtrace" node to make it easier to find this command as well as understanding what the "..." means. And I also changed the command documentation a bit to reflect the new default. 2009-04-02 Joel Brobecker * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first example, and add a small explanation about it. (Print Settings): Change the documentation of the "set print frame-arguments" to reflect the fact that the default is now "scalars". OK to commit? Thanks, -- Joel