* gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
[deliverable/binutils-gdb.git] / gdb / TODO
index 66d3357a51a22d82dac3fe28e1852168d6ad2587..1ef9c22b0f2091fee4d6518bd7e0e75b30810bf5 100644 (file)
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -1,5 +1,5 @@
 If you find inaccuracies in this list, please send mail to
-gdb-patches@sourceware.cygnus.com.  If you would like to work on any
+gdb-patches@sources.redhat.com.  If you would like to work on any
 of these, you should consider sending mail to the same address, to
 find out whether anyone else is working on it.
 
@@ -20,7 +20,7 @@ Anyway, thanks for reporting.
 The following patch will fix the problems with setting breakpoints in
 dynamically loaded objects:
 
-   http://sourceware.cygnus.com/ml/gdb-patches/2000-05/msg00230.html
+   http://sources.redhat.com/ml/gdb-patches/2000-05/msg00230.html
 
 This patch isn't checked in yet (ping Michael/JimB), but I hope this
 will be in the next GDB release.
@@ -58,20 +58,14 @@ was occuring in the opcodes directory.
 
 --
 
-m88k
-
-The m88k has suffered bit rot and is known to not build.
-
---
-
 The BFD directory requires bug-fixed AUTOMAKE et.al.
 
 AUTOMAKE 1.4 incorrectly set the TEXINPUTS environment variable.  It
 contained the full path to texinfo.tex when it should have only
 contained the directory.  The bug has been fixed in the current
 AUTOMAKE sources.  Automake snapshots can be found in:
-       ftp://sourceware.cygnus.com/pub/gdb/snapshots
-and    ftp://sourceware.cygnus.com/pub/binutils
+       ftp://sources.redhat.com/pub/gdb/infrastructure
+and    ftp://sources.redhat.com/pub/binutils
 
 --
 
@@ -120,12 +114,6 @@ The following cleanups have been identified as part of GDB 5.2.
 
 --
 
-Remove old code that does not use ui_out functions and all the related
-"ifdef"s.  This also allows the elimination of -DUI_OUT from
-Makefile.in and configure.in.
-
---
-
 Compiler warnings.
 
 Eliminate warnings for all targets on at least one host for one of the
@@ -142,7 +130,6 @@ Deprecate, if not delete, the following:
 
         register[]
         register_valid[]
-        register_buffer()
        REGISTER_BYTE()
                 Replaced by, on the target side
                   supply_register()
@@ -184,14 +171,6 @@ Deprecate, if not delete, the following:
                how it relates to rawreg and the
                regnum is clear.
 
-       REGISTER_BYTES
-               The size of the cache can be computed
-               on the fly.
-
-       IS_TRAPPED_INTERNALVAR
-               The pseudo registers should eventually make
-               this redundant.
-
 --
 
 Obsolete the targets:
@@ -254,10 +233,6 @@ New languages come onto the scene all the time.
 
 Re: Various C++ things
 
-value_headof/value_from_vtable_info are worthless, and should be
-removed.  The one place in printcmd.c that uses it should use the RTTI
-functions.
-
 RTTI for g++ should be using the typeinfo functions rather than the
 vtables.  The typeinfo functions are always at offset 4 from the
 beginning of the vtable, and are always right. The vtables will have
This page took 0.037125 seconds and 4 git commands to generate.