diff options
author | Daniel Jacobowitz <dan@debian.org> | 2002-06-13 19:46:19 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2002-06-13 19:46:19 +0000 |
commit | 735fc9009b89a4289a97bf4192d376fef0ac91f2 (patch) | |
tree | 8b8dfa4734133866e28af0db80aaa29080b5ec9e /gdb/NEWS | |
parent | 66ef9fe4f64d13755be8970138d2382847ae2baf (diff) | |
download | gdb-735fc9009b89a4289a97bf4192d376fef0ac91f2.tar.gz |
2002-06-13 Daniel Jacobowitz <drow@mvista.com>
* NEWS: Mention multithreaded debug support for gdbserver.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ *** Changes since GDB 5.2: +* ``gdbserver'' now supports multithreaded applications on some targets + +Support for multithreaded applications using LinuxThreads has been added +for arm*-*-linux*, i[3456]86-*-linux*, mips*-*-linux*, powerpc*-*-linux*, +and sh*-*-linux*. + * GDB now supports C/C++ preprocessor macros. GDB now expands preprocessor macro invocations in C/C++ expressions, |