vee-tables
So now we have basic support for exposing the vtables information in the DWARF info for C++ objects, class__fprintf will just print something like this (from a struct in the CERN ATLAS project):
/* vtable has 7 entries: {
[5] = setProperty(_ZN9IProperty11setPropertyERK8Property),
[6] = setProperty(_ZN9IProperty11setPropertyERKSs),
[7] = setProperty(_ZN9IProperty11setPropertyERKSsS1_),
[8] = getProperty(_ZNK9IProperty11getPropertyEP8Property),
[9] = getProperty(_ZNK9IProperty11getPropertyERKSs),
[10] = getProperty(_ZNK9IProperty11getPropertyERKSsRSs),
[11] = getProperties(_ZNK9IProperty13getPropertiesEv),
} */
We still have to support multiple vtables, but its a good start, and by looking at the linkage_name (C++ mangle-o-rama) we can get an idea where the vtable entries are from anyway.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!