aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-21 01:52:39 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-21 01:52:39 +0000
commit080193ca602ec9c3fdf067cb8033a8fff18bd104 (patch)
tree89c62690abb9bd22f475498eb20be689956be85d /gdb/TODO
parentaeb62c7b5071ac3e4dd98d43b5a04b79744bc276 (diff)
downloadgdb-080193ca602ec9c3fdf067cb8033a8fff18bd104.zip
gdb-080193ca602ec9c3fdf067cb8033a8fff18bd104.tar.gz
gdb-080193ca602ec9c3fdf067cb8033a8fff18bd104.tar.bz2
Update for gdb-4.1.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 81ed0d5..30c0a2d 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -8,9 +8,6 @@ some known bugs in gdb, if you are into bug-hunting.
Update the TODO list with all the lists of gdb bugs lying around on paper.
-"share" command should not need to be manually run. It should be run
-as soon as possible, automatically, both on "run" and on core files.
-
It should be possible to use symbols from shared libraries before we know
exactly where the libraries will be loaded. E.g. "b perror" before running
the program. This could maybe be done as an extension of the "breakpoint
@@ -66,9 +63,6 @@ Perhaps "i source" should take an argument like that of "list".
See if coredep.c's fetch_core_registers can be used on more machines.
E.g. MIPS (mips-xdep.c).
-coredep.c is completely broken. Needs work just to compile, it uses
-"u" and doesn't declare it, etc.
-
unpack_double() does not handle IEEE float on the target unless the host
is also IEEE. Death on a vax.
@@ -104,7 +98,7 @@ Check for storage leaks in GDB, I'm sure there are a lot!
vtblprint of a vtbl should demangle the names it's printing.
Backtrace should point out what the currently selected frame is, in its
-display, perhaps showing ">3 foo (bar, ...)" rather than "#3 foo (bar, ...)".
+display, perhaps showing "@3 foo (bar, ...)" rather than "#3 foo (bar, ...)".
"i program" should work for core files, and display more info, like what
actually caused it to die.