MCPcopy Create free account
hub / github.com/Kitware/CMake / AddBacktrace

Function AddBacktrace

Source/CTest/cmCTestMultiProcessHandler.cxx:1349–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1347}
1348
1349static void AddBacktrace(BacktraceData& backtraceGraph, Json::Value& object,
1350 cmListFileBacktrace const& bt)
1351{
1352 Json::ArrayIndex backtrace;
1353 if (backtraceGraph.Add(bt, backtrace)) {
1354 object["backtrace"] = backtrace;
1355 }
1356}
1357
1358static Json::Value DumpCTestInfo(
1359 cmCTestRunTest& testRun,

Callers 1

DumpCTestInfoFunction · 0.85

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…