MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / printStack

Function printStack

src/framework/backtrace/backtrace.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static void printStack(void *frames[], int numFrames)
64{
65 for (int i = 0; i < numFrames; ++i) {
66 const std::string &stackInfo = demangle(frames[i]);
67 qCCritical(logDPF, "* %d> %s", i, stackInfo.data());
68 }
69}
70
71static void printStack(int firstFramesToSkip)
72{

Callers 1

stackTraceHandlerFunction · 0.85

Calls 2

demangleFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected