search for: skipfram

Displaying 1 result from an estimated 1 matches for "skipfram".

Did you mean: sipfrag
2008 Sep 05
0
[LLVMdev] Demangling question
...version of the line stripper per platform. I'd start by only supporting the platforms I have access to, and letting other people contribute the parsing code for their platform. #if HAVE_CXXABI_H #include <cxxabi.h> #endif /// .... static void PrintStackTrace(int skipFrames) { #ifdef HAVE_BACKTRACE // Use backtrace() to output a backtrace on Linux systems with glibc. int depth = backtrace(stackTrace, static_cast<int>(arrayLengthOf(StackTrace))); #ifdef HAVE_CXXABI_H if (char ** symbols = backtrace_symbols(StackTrace, depth)...