summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-02-20 21:43:38 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-02-20 21:43:38 +0000
commit0fda70860b77716603de7634d4b2b4764e51d8e3 (patch)
tree1ac889559a94d3e1bd47fd047fea762350342315
parent1bdf00926b4cb15f0c4c2bc37138bed6eb8765ac (diff)
downloadgdb-0fda70860b77716603de7634d4b2b4764e51d8e3.tar.gz
* PROBLEMS: Add description of problem documented under gdb/1560.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/PROBLEMS6
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0a05d95f390..7b7371e9474 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 7fd0eb5e5b1..9a0127dfd61 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -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.