From: Andrew Cagney Date: Tue, 3 Dec 2002 17:13:09 +0000 (+0000) Subject: 2002-12-03 Andrew Cagney X-Git-Tag: gdb_5_3-2002-12-12-release~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386c3edd03de4f338440b23bee2a3ab76a5d9045;p=thirdparty%2Fbinutils-gdb.git 2002-12-03 Andrew Cagney * PROBLEMS: Mention PR gdb/725. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index abc7720dbbf..2bec3aba1af 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-12-03 Andrew Cagney + + * PROBLEMS: Mention PR gdb/725. + 2002-12-02 Andrew Cagney * MAINTAINERS (Java): Global maintainers are responible for Java. diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index b2f45d8bff2..ea6d3d6a26a 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -65,3 +65,13 @@ building GDB vis: $ make CFLAGS='-O2 -D__digital__' + +*-*-linux*-gnu* +--------------- + +gdb/725: Crash using debug target and regcaches (in 5.3 branch?)]]. +When debugging a threaded application, the maintainer command `(gdb) +set debug target 1' causes GDB to to into an infinite loop. To +work-around this problem, avoid using the maintainer command `(gdb) +set debug target 1' when debugging a threaded application. +