aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-11-04 17:50:50 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-11-04 17:50:50 +0000
commitaac9c614b2d673d28189780a3ffa78694f4b34a1 (patch)
treef39a3a0b506951c58461b2a76cdb4cb1207a4ad1 /gdb/TODO
parent04050d57d27efd106495d161a845bfbb0ecb9774 (diff)
downloadfsf-binutils-gdb-aac9c614b2d673d28189780a3ffa78694f4b34a1.zip
fsf-binutils-gdb-aac9c614b2d673d28189780a3ffa78694f4b34a1.tar.gz
fsf-binutils-gdb-aac9c614b2d673d28189780a3ffa78694f4b34a1.tar.bz2
* TODO: Re-write item about SIGINT handling to reflect the fact
that target_stop now exists.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 0860360..e3156fa 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -325,9 +325,11 @@ perhaps)
Make a watchpoint which contains a function call an error (it is
broken now, making it work is probably not worth the effort).
-Make SIGINT handling independent of the debugging target. Do this
-by adding a new target_send_signal which sends a signal to a running
-process. (This is to replace the calls to signal() in remote.c).
+Re-do calls to signal() in remote.c, and inflow.c (set_sigint_trap and
+so on) to be independent of the debugging target, using target_stop to
+stop the inferior. Probably the part which is now handled by
+interrupt_query in remote.c can be done without any new features in
+the debugging target.
New test case based on weird.exp but in which type numbers are not
renumbered (thus multiply defining a type). This currently causes an