Support name mangling in C++ and Vala symbol filters

Bug #1271069 reported by Robert Ancell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bake
Triaged
Medium
Unassigned

Bug Description

In C the symbol filter is easy (maps to function names)

libraries.test1
{
    sources = lib.c
    symbol-filter = foo bar
}

In C++ and Vala the symbol names are a bit more complex, we should be able to specify (as much as possible) native symbols in the filter list, i.e.

libraries.test2
{
    sources = lib.cpp
    symbol-filter = namespace::Class::method
}

libraries.test3
{
    sources = lib.vala
    symbol-filter = Namespace.Class.method
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.