From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2582 invoked by alias); 4 Oct 2005 00:09:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2559 invoked by uid 22791); 4 Oct 2005 00:09:05 -0000 Received: from s142-179-108-108.bc.hsia.telus.net (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 04 Oct 2005 00:09:05 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 642B847E74; Mon, 3 Oct 2005 17:09:03 -0700 (PDT) Date: Tue, 04 Oct 2005 00:09:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA] Add news entry for "set print arrays-indexes" ? Message-ID: <20051004000903.GO8849@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="H1spWtNR+x+ondvy" Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2005-10/txt/msg00035.txt.bz2 --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 230 Do we need a NEWS entry for this new "set print" command? I think so, so here's a patch. 2005-10-03 Joel Brobecker * NEWS: Add entry for new "set print array-indexes" command. Thanks, -- Joel --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS.diff" Content-length: 623 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.174 diff -u -p -r1.174 NEWS --- NEWS 17 Aug 2005 23:02:00 -0000 1.174 +++ NEWS 4 Oct 2005 00:08:46 -0000 @@ -50,6 +50,12 @@ Matsushita MN10300 w/simulator mn10300 National Semiconductor NS32000 ns32k-*-* NEC V850 v850-*-* +* New "set print array-indexes" command + +After turning this setting "on", GDB prints the index of each element +when displaying arrays. The default is "off" to preserve the previous +behavior. + *** Changes in GDB 6.3: * New command line option --H1spWtNR+x+ondvy--