aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-05-11 23:48:23 +0000
committerDaniel Jacobowitz <drow@false.org>2002-05-11 23:48:23 +0000
commit6d2f5ceaae21cdff53454ab032848b589abd60f7 (patch)
tree741429a72ece3b89d6aee0a1adb811a52fb05ecf /gdb/TODO
parentd2324da42d2daeecf1d7111a9b77e571f94f093d (diff)
downloadgdb-6d2f5ceaae21cdff53454ab032848b589abd60f7.zip
gdb-6d2f5ceaae21cdff53454ab032848b589abd60f7.tar.gz
gdb-6d2f5ceaae21cdff53454ab032848b589abd60f7.tar.bz2
2002-05-11 Daniel Jacobowitz <drow@mvista.com>
* TODO: Remove value_headof/value_from_vtable_info comment. * printcmd.c (print_command_1): Don't call value_from_vtable_info. * values.c (value_headof, value_from_vtable_info): Delete. * value.h (value_from_vtable_info): Delete prototype.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/TODO b/gdb/TODO
index ea46e9b..f743ae7 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -247,10 +247,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