aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-31 03:28:27 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-31 03:28:27 +0000
commit77eb2e8f11321d7d3401d938388f95b9b8c4d1a9 (patch)
treed5a79cf22a0893ff169bf485c10a6d9f06d43c5c
parent308a5981e09d48a71713ab03547a023d22f7baf4 (diff)
downloadgdb-77eb2e8f11321d7d3401d938388f95b9b8c4d1a9.zip
gdb-77eb2e8f11321d7d3401d938388f95b9b8c4d1a9.tar.gz
gdb-77eb2e8f11321d7d3401d938388f95b9b8c4d1a9.tar.bz2
* TODO: Remove items about unix-to-unix/rapp debugging (now we
have gdbserver), moving xm files to subdirectory, ptype yylval, and file-local symbols.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/TODO22
2 files changed, 6 insertions, 20 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e3b2d68..2d3dbf2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * TODO: Remove items about unix-to-unix/rapp debugging (now we
+ have gdbserver), moving xm files to subdirectory, ptype yylval,
+ and file-local symbols.
+
* gdbtypes.h: Improve comments about C++ methods.
Fri Jul 30 14:16:32 1993 Fred Fish (fnf@deneb.cygnus.com)
diff --git a/gdb/TODO b/gdb/TODO
index 08350bb..550c33e 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -64,17 +64,6 @@ E.g. MIPS (mips-xdep.c).
unpack_double() does not handle IEEE float on the target unless the host
is also IEEE. Death on a vax.
-Test cross-debugging Unix-to-Unix.
-
-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
info, else fork the info program. Installation of GDB should install
@@ -153,13 +142,6 @@ wait_for_inferior loops forever if wait() gives it an error.
"i frame" shows wrong "arglist at" location, doesn't show where the args
should be found, only their actual values.
-Symbolic display of addrs, (& disassembly prefixes), don't show static
-fns, e.g. enable_command in gdb.
-
-'ptype yylval' ==> "union YYSTYPE { ..... }". However, it is not a
-union YYSTYPE, but is simply a YYSTYPE, which is a typedef for an
-unnamed union.
-
There should be a way for "set" commands to validate the new setting
before it takes effect.
@@ -188,8 +170,8 @@ Eliminate separate declarations of registers[] everywhere.
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 and xdep files, and the tm and xm files, into a config
-subdirectory. If not, at least straighten out their names so that
+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.
inferior_status should include stop_print_frame. It won't need to be