diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-08-02 18:42:18 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-08-02 18:42:18 +0000 |
commit | d72751493e65ea71eebcc9aed85d039ed995bd3f (patch) | |
tree | 9a7887419e5c833d7bf33b189879b8414c05684b /gdb/NEWS | |
parent | 40cd916ff906729ebede936769422b04cc20135b (diff) | |
download | gdb-d72751493e65ea71eebcc9aed85d039ed995bd3f.zip gdb-d72751493e65ea71eebcc9aed85d039ed995bd3f.tar.gz gdb-d72751493e65ea71eebcc9aed85d039ed995bd3f.tar.bz2 |
* NEWS: Update.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |