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]

[RFA] NEWS entry for recent gdbserver additions


Hi.
Forgot NEWS entries for these.

Ok to check in?

2009-06-30  Doug Evans  <dje@google.com>

	* NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
	support for i386-linux, amd64-linux, and i386-win32 builds of
	gdbserver.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.314
diff -u -p -r1.314 NEWS
--- NEWS	28 Jun 2009 00:20:21 -0000	1.314
+++ NEWS	30 Jun 2009 21:17:28 -0000
@@ -144,6 +144,13 @@ GDB will now correctly handle all of:
   - Support for the sparc64-linux-gnu target is now included in
   gdbserver.
 
+  - The amd64-linux build of gdbserver now supports debugging both
+    32-bit and 64-bit programs.
+
+  - The i386-linux, amd64-linux, and i386-win32 builds of gdbserver
+    now support hardware watchpoints, and will use them automatically
+    as appropriate.
+
 * Python scripting
 
   GDB now has support for scripting using Python.  Whether this is


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