summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-08-02 18:58:13 +0000
committerMark Kettenis <kettenis@gnu.org>2001-08-02 18:58:13 +0000
commit89088b56d9a20a3328c11f64c115c7c22e09edcb (patch)
tree3cfc002cb90243cc4986cf1508cf66e06f6d9942
parent91acefd0e61ee0cc65e85045deb040ca5cf79570 (diff)
downloadgdb-89088b56d9a20a3328c11f64c115c7c22e09edcb.tar.gz
* NEWS: Update.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS7
2 files changed, 10 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f1df3543eb1..b5be54c9828 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-02 Mark Kettenis <kettenis@gnu.org>
+
+ * NEWS: Update.
+
2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
The following changes avoid polluting global namespace with the
diff --git a/gdb/NEWS b/gdb/NEWS
index edaf5e81b42..a251a7ebff5 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.