* NEWS: Mention new BSD user-level threads support.
authorMark Kettenis <kettenis@gnu.org>
Sun, 23 Jan 2005 19:43:23 +0000 (19:43 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 23 Jan 2005 19:43:23 +0000 (19:43 +0000)
gdb/ChangeLog
gdb/NEWS

index 1843855c4121b1178daee82534bb23965accc2e2..24ad5caa2671c1ed9898c0c12b8cdaab59f1326a 100644 (file)
@@ -1,5 +1,7 @@
 2005-01-23  Mark Kettenis  <kettenis@gnu.org>
 
+       * NEWS: Mention new BSD user-level threads support.
+
        * i386obsd-tdep.c: Update copyright year.  Include
        "bsd-uthread.h".
        (i386obsd_uthread_reg_offset): New variable.
index 38dbc37beb488a8b4cf799285526a8f726a4aa31..57c6eacfc97711d4d0ae681d1db792ce8a88e357 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.
 
This page took 0.028707 seconds and 4 git commands to generate.