Closed MatthewKhouzam closed 5 days 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.
3barI5emptyLi17EE
bar<empty, 17>
vec.zip Here is a test. Careful with the zip. ;)
This patch allows uftrace traces of C++ programs to resolve symbols in a human readable.
Basically the trace contains the symbol
3barI5emptyLi17EE
it will displaybar<empty, 17>
instead.