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 | 6fe857838576e2f15993a6678ddfef76bdccba39 (patch) | |
tree | 4d4e149f393a6b9a0f06c7e12092297966d97683 /gdb/NEWS | |
parent | a28109e0ab1ab391794dea2be9a7ee2f0e7b9278 (diff) | |
download | gdb-6fe857838576e2f15993a6678ddfef76bdccba39.zip gdb-6fe857838576e2f15993a6678ddfef76bdccba39.tar.gz gdb-6fe857838576e2f15993a6678ddfef76bdccba39.tar.bz2 |
* NEWS: Mention new BSD user-level threads support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |