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

* PROBLEMS: Mention PR gdb/725.
This commit is contained in:
Andrew Cagney 2002-12-03 17:15:42 +00:00
parent 03c6228e78
commit 144da3c187
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-12-03 Andrew Cagney <cagney@redhat.com>
* PROBLEMS: Mention PR gdb/725.
2002-12-03 Andreas Schwab <schwab@suse.de>
* infcmd.c (construct_inferior_arguments): Handle empty arguments.

View File

@ -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.