diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2000-04-04 05:13:44 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@dberlin.org> | 2000-04-04 05:13:44 +0000 |
commit | eb3d1d196ccd7d987a7745cba9704795b2766fc1 (patch) | |
tree | 3dcfe4a65e7908edac12feac73c4d38116af9a84 /gdb/TODO | |
parent | 070ad9f02e4caeb3ee1aae1b8d62310ebb9e00d6 (diff) | |
download | gdb-eb3d1d196ccd7d987a7745cba9704795b2766fc1.zip gdb-eb3d1d196ccd7d987a7745cba9704795b2766fc1.tar.gz gdb-eb3d1d196ccd7d987a7745cba9704795b2766fc1.tar.bz2 |
Update todo
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -289,6 +289,24 @@ GDB 5.1. -- +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 weird names like E::VB sometimes. +The typeinfo function will always be "E type_info function", or somesuch. + +value_virtual_fn_field needs to be fixed so there are no failures for virtual +functions for C++ using g++. + +Testsuite cases are the major priority right now for C++ support, since i have +to make a lot of changes that could potentially break each other. + + +-- GDB 5.0: Test results --------------------- |