summaryrefslogtreecommitdiffstats
path: root/tests/testfile-backtrace-demangle.cc
Commit message (Collapse)AuthorAgeFilesLines
* tests: Don't use static functions in testfile-backtrace-demangle.Mark Wielaard2014-05-181-2/+2
| | | | | | | | | Compilers and demanglers might treat local/static functions different between versions. In particular g++ 4.1.2 and libstdc++ mangle and demangle the static void cxxfunc (int i) function as _Z7cxxfunci. While g++ 4.8.2 and libstdc++ mangle and demangle it as _ZL7cxxfunci. Signed-off-by: Mark Wielaard <[email protected]>
* Fix corruption of non-C++ symbols by the demangler.Jan Kratochvil2014-01-151-0/+47
Signed-off-by: Jan Kratochvil <[email protected]>