[RFA] Add news entry for "set print arrays-indexes" ?

Joel Brobecker brobecker@adacore.com
Tue Oct 4 00:09:00 GMT 2005


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  <brobecker@adacore.com>

        * NEWS: Add entry for new "set print array-indexes" command.

Thanks,
-- 
Joel
-------------- next part --------------
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


More information about the Gdb-patches mailing list