aboutsummaryrefslogtreecommitdiff
path: root/gdb/PROBLEMS
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
commit589ca79688ca3a183ba266d0560c2d3841517e68 (patch)
treeea6230d4bb5364e443ba1d54c989b46530e4dd33 /gdb/PROBLEMS
parent30b344b1d94b1e415d431283219d0a3cd6bb4c2e (diff)
downloadgdb-589ca79688ca3a183ba266d0560c2d3841517e68.zip
gdb-589ca79688ca3a183ba266d0560c2d3841517e68.tar.gz
gdb-589ca79688ca3a183ba266d0560c2d3841517e68.tar.bz2
* PROBLEMS: Add description of problem documented under gdb/1560.
Diffstat (limited to 'gdb/PROBLEMS')
-rw-r--r--gdb/PROBLEMS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 7fd0eb5..9a0127d 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.