This is the mail archive of the gdb-patches@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]
Other format: [Raw text]

[COMMIT] Update NEWS for BSD user-level threads support.


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* NEWS: Mention new BSD user-level threads support.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.169
diff -u -p -r1.169 NEWS
--- NEWS 16 Dec 2004 23:53:12 -0000 1.169
+++ NEWS 23 Jan 2005 19:42:28 -0000
@@ -3,6 +3,19 @@
 
 *** Changes since GDB 6.3
 
+* New BSD user-level threads support
+
+It is now possible to debug programs using the user-level threads
+library on OpenBSD and FreeBSD.  Currently supported (target)
+configurations are:
+
+FreeBSD/amd64			x86_64-*-freebsd*
+FreeBSD/i386			i386-*-freebsd*
+OpenBSD/i386			i386-*-openbsd*
+
+Note that the new kernel threads libraries introduced in FreeBSD 5.x
+are not yet supported.
+
 * New support for Matsushita MN10300 w/sim added
 (Work in progress).  mn10300-elf.
 


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