From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27552 invoked by alias); 1 Apr 2009 22:22:31 -0000 Received: (qmail 27543 invoked by uid 22791); 1 Apr 2009 22:22:31 -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 22:22:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3CD4A2C1698 for ; Wed, 1 Apr 2009 18:22:24 -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 o1nJhR1-QN+t for ; Wed, 1 Apr 2009 18:22:24 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0A8CA2C1676 for ; Wed, 1 Apr 2009 18:22:24 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7A3E0F5A6F; Wed, 1 Apr 2009 15:22:21 -0700 (PDT) Date: Wed, 01 Apr 2009 22:22:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco] Add index entry for command "set print frame-arguments" Message-ID: <20090401222221.GI8766@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="uh9ZiVrAOUUm9fzH" 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/msg00012.txt.bz2 --uh9ZiVrAOUUm9fzH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 419 While looking at the documentation for this command, I realized that it was not accessible from the index. So I added an @kindex entry for it. 2009-04-01 Joel Brobecker * gdb.texinfo (Print Settings): Add kindex for command "set print frame-arguments". After rebuilding the HTML documentation, I'm now able to see an entry for this command. OK to commit? Thanks, -- Joel --uh9ZiVrAOUUm9fzH Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="kindex.diff" Content-length: 742 commit 88ef5429d8185d7152e8957cfa1bed956c4c3f58 Author: Joel Brobecker Date: Wed Apr 1 15:19:57 2009 -0700 * gdb.texinfo (Print Settings): Add kindex for command "set print frame-arguments". diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8b1467e..eaac24f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -6973,6 +6973,7 @@ Display the number of elements of a large array that @value{GDBN} will print. If the number is 0, then the printing is unlimited. @item set print frame-arguments @var{value} +@kindex set print frame-arguments @cindex printing frame argument values @cindex print all frame argument values @cindex print frame argument values for scalars only --uh9ZiVrAOUUm9fzH--