From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: eliz@is.elta.co.il Cc: ac131313@cygnus.com, gdb@sources.redhat.com, gdb-patches@sources.redhat.com Subject: [PATCH] Re: current CVS gdb and SSE xmm registers don't work Date: Thu, 02 Aug 2001 12:00:00 -0000 Message-id: <200108021900.f72J07503677@delius.kettenis.local> References: X-SW-Source: 2001-08/msg00025.html Date: Thu, 2 Aug 2001 16:48:58 +0300 (IDT) From: Eli Zaretskii 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 * 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.