aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-04 10:30:19 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-04 10:30:19 +0000
commitb076f024395078d117374d68e290cf200e9aef1a (patch)
tree4bf379a268489e4ec8dd2272e0a66b70e9fe2d5d /gdb/TODO
parenta69942c89b690e65a95f3be804ce8bb873c19faf (diff)
downloadfsf-binutils-gdb-b076f024395078d117374d68e290cf200e9aef1a.zip
fsf-binutils-gdb-b076f024395078d117374d68e290cf200e9aef1a.tar.gz
fsf-binutils-gdb-b076f024395078d117374d68e290cf200e9aef1a.tar.bz2
* Makefile.in (TARDIRS): Add sparclite demo dir.
(*.tab.c): Change dependency on Makefile to depend on Makefile.in, otherwise it always rebuilds after configuring. Force output *.tab.c file into current directory even in "make" versions that rewrite dependent file names used in command lines. * TODO: Remove some things we did. * am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode. * os68k-xdep.c: Remove; useless file (os68k is a target only). * convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST. * symtab.h: Eliminate unnamed unions and structs.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/TODO b/gdb/TODO
index b5f49e8..08350bb 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -143,13 +143,8 @@ modified, but it is not yet 100% predictable when e.g. the commands
call functions in the child, and while there, the child is interrupted
with a signal, or hits a breakpoint.)
-Symbol completion with TAB does not unmangle names!
-
help completion, help history should work.
-Symbol completion doesn't handle e.g. W::f. (symtab.c,
-make_symbol_completion_list).
-
Check that we can handle stack trace through varargs AND alloca in same
function, on 29K.
@@ -185,8 +180,6 @@ be a sparc-optest.s file that tries each pattern out. This file
should end up coming back the same (modulo transformation comments)
if fed to "gas" then the .o is fed to gdb for disassembly.
-Merge the xxx-opcode.h files with gas again...
-
Eliminate all the core_file_command's in all the xdep files.
Eliminate separate declarations of registers[] everywhere.