diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-05-11 23:48:23 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-05-11 23:48:23 +0000 |
commit | 6d2f5ceaae21cdff53454ab032848b589abd60f7 (patch) | |
tree | 741429a72ece3b89d6aee0a1adb811a52fb05ecf /gdb/TODO | |
parent | d2324da42d2daeecf1d7111a9b77e571f94f093d (diff) | |
download | gdb-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/TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |