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

Function testStackFrameFormatLine

Tests/CMakeLib/testDebuggerThread.cxx:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool testStackFrameFormatLine()
53{
54 dap::StackFrameFormat format;
55 format.line = true;
56 return testStackFrameFunctionName(format, "function_name Line: 10");
57}
58
59int testDebuggerThread(int, char*[])
60{

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…