aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-03-16 15:30:12 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-03-16 15:30:12 +0000
commitc42b8af8f73fe17f47eff8260b9bc9b15ace37d7 (patch)
tree6f85567539e4a841a906ea5914b6939835117f0e /gdb/TODO
parent35ac8aacf92b3657ee6f660784ec808d4d180455 (diff)
downloadgdb-c42b8af8f73fe17f47eff8260b9bc9b15ace37d7.zip
gdb-c42b8af8f73fe17f47eff8260b9bc9b15ace37d7.tar.gz
gdb-c42b8af8f73fe17f47eff8260b9bc9b15ace37d7.tar.bz2
* TODO: Remove item about line numbers being off. It is useless
and confusing without a reproducible test case (it mentions proceed(), but I was able to step through proceed without trouble).
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 7230f5f..eed9107 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -219,9 +219,6 @@ Eliminate separate declarations of registers[] everywhere.
"ena d" is ambiguous, why? "ena delete" seems to think it is a command!
-Line numbers are off in some spots. In proceed() at 1st "oneproc = 1",
-it seems to run that statement, but it doesn't actually.
-
Perhaps move the tdep, xdep, and nat files, into the config
subdirectories. If not, at least straighten out their names so that
they all start with the machine name.