This is the mail archive of the gdb@sources.redhat.com 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]

[PATCH] Re: current CVS gdb and SSE xmm registers don't work


   Date: Thu, 2 Aug 2001 16:48:58 +0300 (IDT)
   From: Eli Zaretskii <eliz@is.elta.co.il>

   How about in NEWS?  We should tell there that SSE is supported (it wasn't 
   in v5.0, right?), and while at that, mention the limitations.

SSE was already mentioned.  Anyway, I checked in the attached patch.

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* NEWS: Update.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.31
diff -u -p -r1.31 NEWS
--- NEWS 2001/07/29 08:03:36 1.31
+++ NEWS 2001/08/02 18:35:06
@@ -120,9 +120,14 @@ documentation of `hookpost' in the GDB m
 
 * Changes in GNU/Linux native debugging.
 
+Support for debugging multi-threaded programs has been completely
+revised for all platforms except m68k and sparc.  You can now debug as
+many threads as your system allows you to have.
+
 Attach/detach is supported for multi-threaded programs.
 
-Support for SSE registers was added.
+Support for SSE registers was added for x86.  This doesn't work for
+multi-threaded programs though.
 
 * Changes in MIPS configurations.
 


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