diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-23 19:43:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-23 19:43:23 +0000 |
commit | 8260471b169af1ec77efca1297faa3bcbd324439 (patch) | |
tree | 2a08d4ab654f13b30a30273060e999af32c12e6a | |
parent | f29948c72021eb2894532634e84e42b0fda69e75 (diff) | |
download | gdb-8260471b169af1ec77efca1297faa3bcbd324439.tar.gz |
* NEWS: Mention new BSD user-level threads support.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/NEWS | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1843855c412..24ad5caa267 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. @@ -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. |