diff options
author | John Gilmore <gnu@cygnus> | 1991-12-07 15:52:36 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-07 15:52:36 +0000 |
commit | fbda4193fd5ef6f7608bb8591ccad1b6e0222fe0 (patch) | |
tree | e80c4fc501da6bc665868bd144081f8177bdbb39 /gdb/TODO | |
parent | 9898b9296900712e31ee51f0547317d694fcc286 (diff) | |
download | gdb-fbda4193fd5ef6f7608bb8591ccad1b6e0222fe0.zip gdb-fbda4193fd5ef6f7608bb8591ccad1b6e0222fe0.tar.gz gdb-fbda4193fd5ef6f7608bb8591ccad1b6e0222fe0.tar.bz2 |
Update for 4.3.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |