This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] NEWS merge fixup


Noticed while working on another project; there was some inconsistent
formatting in NEWS and I'd carelessly let a new feature get in the
middle of the list of new remote packets in GDB 6.8.  Checked in.

-- 
Daniel Jacobowitz
CodeSourcery

2008-06-07  Daniel Jacobowitz  <dan@codesourcery.com>

	* NEWS: Make indentation consistent.  Move exec tracing entry out
	of remote packet list.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.275
diff -u -p -r1.275 NEWS
--- NEWS	6 Jun 2008 20:58:08 -0000	1.275
+++ NEWS	7 Jun 2008 22:20:33 -0000
@@ -141,9 +141,9 @@ commands (remote put, remote get, and re
 extended-remote mode.
 
 * hppa*64*-*-hpux11* target broken
-  The debugger is unable to start a program and fails with the following
-  error: "Error trying to get information about dynamic linker".
-  The gdb-6.7 release is also affected.
+The debugger is unable to start a program and fails with the following
+error: "Error trying to get information about dynamic linker".
+The gdb-6.7 release is also affected.
 
 * GDB now supports the --enable-targets= configure option to allow
 building a single GDB executable that supports multiple remote
@@ -158,8 +158,8 @@ stored in two consecutive float register
 breakpoints now.
 
 * Improved support for debugging Ada
-  Many improvements to the Ada language support have been made.  These
-  include:
+Many improvements to the Ada language support have been made.  These
+include:
     - Better support for Ada2005 interface types
     - Improved handling of arrays and slices in general
     - Better support for Taft-amendment types
@@ -168,6 +168,9 @@ breakpoints now.
     - Improved command completion in Ada
     - Several bug fixes
 
+* GDB on GNU/Linux and HP/UX can now debug through "exec" of a new
+process.
+
 * New commands
 
 set print frame-arguments (all|scalars|none)
@@ -196,9 +199,6 @@ vFile:pwrite:
 vFile:unlink:
   Open, close, read, write, and delete files on the remote system.
 
-* GDB on GNU/Linux and HP/UX can now debug through "exec" of a new
-process.
-
 vAttach
   Attach to an existing process on the remote system, in extended-remote
   mode.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]