diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a0212dabe3..ac250f592d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-06-13 Daniel Jacobowitz + + * NEWS: Mention multithreaded debug support for gdbserver. + 2002-06-13 Daniel Jacobowitz * MAINTAINERS: Mention NEWS. diff --git a/gdb/NEWS b/gdb/NEWS index 4ad34d4d91..95dcf3cab0 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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,