aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-08-02 18:42:18 +0000
committerMark Kettenis <kettenis@gnu.org>2001-08-02 18:42:18 +0000
commitd72751493e65ea71eebcc9aed85d039ed995bd3f (patch)
tree9a7887419e5c833d7bf33b189879b8414c05684b /gdb/NEWS
parent40cd916ff906729ebede936769422b04cc20135b (diff)
downloadgdb-d72751493e65ea71eebcc9aed85d039ed995bd3f.zip
gdb-d72751493e65ea71eebcc9aed85d039ed995bd3f.tar.gz
gdb-d72751493e65ea71eebcc9aed85d039ed995bd3f.tar.bz2
* NEWS: Update.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index edaf5e8..a251a7e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -120,9 +120,14 @@ documentation of `hookpost' in the GDB manual.
* 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.