2002-12-03 Andrew Cagney <cagney@redhat.com>

* NEWS: Mention Daniel Jacobowitz's multi-threaded shared library
	patch.
This commit is contained in:
Andrew Cagney 2002-12-03 19:32:10 +00:00
parent 6b0817e5ee
commit 46248966cc
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2002-12-03 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention Daniel Jacobowitz's multi-threaded shared library
patch.
* PROBLEMS: Mention PR gdb/725.
2002-12-03 Andreas Schwab <schwab@suse.de>

View File

@ -31,6 +31,14 @@ The GNU Source-Level Debugger''.
*** Changes in GDB 5.3:
* GNU/Linux shared library multi-threaded performance improved.
When debugging a multi-threaded application on GNU/Linux, GDB now uses
`/proc', in preference to `ptrace' for memory reads. This may result
in an improvement in the start-up time of multi-threaded, shared
library applications when run under GDB. One GDB user writes: ``loads
shared libs like mad''.
* ``gdbserver'' now supports multi-threaded applications on some targets
Support for debugging multi-threaded applications which use