eclipse-tracecompass-incubator / org.eclipse.tracecompass.incubator

Eclipse Public License 2.0
5 stars 14 forks source link

[uftrace] support C++ name Demangling in uftrace traces #95

Closed MatthewKhouzam closed 5 days ago

MatthewKhouzam commented 1 month ago

This patch allows uftrace traces of C++ programs to resolve symbols in a human readable.

Basically the trace contains the symbol 3barI5emptyLi17EE it will display bar<empty, 17> instead.

MatthewKhouzam commented 5 days ago

vec.zip Here is a test. Careful with the zip. ;)