[commit/NEWS] keep all new commands together

Joel Brobecker brobecker@adacore.com
Thu Feb 7 19:26:00 GMT 2008


Hello,

I just noticed that we had two "* New commands" sections in the NEWS
file for gdb-6.8. So I merged them together.

2007-02-07  Joel Brobecker  <brobecker@adacore.com>

        * NEWS: Put all new commands since gdb-6.7 together.

Checked in.

-- 
Joel
-------------- next part --------------
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -p -r1.255 -r1.256
--- NEWS	31 Jan 2008 21:07:37 -0000	1.255
+++ NEWS	7 Feb 2008 19:23:10 -0000	1.256
@@ -18,13 +18,6 @@ NetBSD/hppa			hppa*-*-netbsd*
   core file named NUMBER.  Attaching to a program using the -c option
   is no longer supported.  Instead, use the '-p' or '--pid' options.
 
-* New commands
-
-set print frame-arguments (all|scalars|none)
-show print frame-arguments
-  The value of this variable can be changed to control which argument
-  values should be printed by the debugger when displaying a frame.
-
 * GDB can now be built as a native debugger for debugging Windows x86
 (mingw32) Portable Executable (PE) programs.
 
@@ -69,6 +62,11 @@ stored in two consecutive float register
 
 * New commands
 
+set print frame-arguments (all|scalars|none)
+show print frame-arguments
+  The value of this variable can be changed to control which argument
+  values should be printed by the debugger when displaying a frame.
+
 remote put
 remote get
 remote delete


More information about the Gdb-patches mailing list