Try to demangle C++ symbols (#638)
Added a field `demangle_name` in the `bcc_symbol` struct. Calculate its value whenever possible. For C++ programs, this would make outputted stack traces look nicer. Example: http://pastebin.com/LqT0nP67
Showing
Please register or sign in to comment