MCPcopy Create free account
hub / github.com/KDAB/GammaRay / stackTracingAvailableImpl

Function stackTracingAvailableImpl

core/execution.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83static bool stackTracingAvailableImpl()
84{
85#if defined(USE_BACKWARD_CPP) || defined(HAVE_BACKTRACE)
86 return true;
87#else
88 return false;
89#endif
90}
91
92static bool hasFastStackTraceImpl()
93{

Callers 1

stackTracingAvailableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected