* PROBLEMS: Add description of problem documented under gdb/1560.

This commit is contained in:
Joel Brobecker 2004-02-20 21:43:38 +00:00
parent 30b344b1d9
commit 589ca79688
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-20 J. brobecker <brobecker@gnat.com>
* PROBLEMS: Add description of problem documented under gdb/1560.
2004-02-20 Mark Kettenis <kettenis@gnu.org>
* amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix

View File

@ -51,3 +51,9 @@ gcc 3.x generates these multiple object code functions in order to
implement virtual base classes. gcc 2.x generated just one object code
function with a hidden parameter, but gcc 3.x conforms to a multi-vendor
ABI for C++ which requires multiple object code functions.
gdb/1560: Control-C does not always interrupt GDB.
When GDB is busy processing a command which takes a long time to
complete, hitting Control-C does not have the expected effect.
The command execution is not aborted, and the "QUIT" message confirming
the abortion is displayed only after the command has been completed.