* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / TODO
index b67f093ce04d4c80292689a27ef9db5ee04ca89d..08350bb0aa9a382701250fd54660dea2866256d6 100644 (file)
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -66,8 +66,14 @@ is also IEEE.  Death on a vax.
 
 Test cross-debugging Unix-to-Unix.
 
-Check the RAPP remote protocol.  What is it?  It's in Makefile.in
-and one ChangeLog entry.
+Integrate the RAPP remote debugging protocol.
+`rapp' runs under unix and acts as a remote stub (like rem-multi.shar
+distributed with GDB version 3).  Currently it just works over UDP
+(network), not over a serial line.  To get it running
+* Compile GDB on the host machine as usual
+* Compile rapp on the target machine, giving for both host and target
+  the type of the target machine
+* Install "gdb" in /etc/services on both machines.
 
 Set up interface between GDB and INFO so that you can hop into interactive
 INFO and back out again.  When running under Emacs, should use Emacs
@@ -137,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.
 
@@ -179,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.
 
This page took 0.023053 seconds and 4 git commands to generate.