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

Function testStackFrameFormatParameterValues

Tests/CMakeLib/testDebuggerThread.cxx:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool testStackFrameFormatParameterValues()
45{
46 dap::StackFrameFormat format;
47 format.parameters = true;
48 format.parameterValues = true;
49 return testStackFrameFunctionName(format, "function_name(arg)");
50}
51
52bool testStackFrameFormatLine()
53{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…