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

Method GetStackFrameSize

Source/cmDebuggerThread.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 std::shared_ptr<cmDebuggerStackFrame> GetTopStackFrame();
54 std::shared_ptr<cmDebuggerStackFrame> GetStackFrame(int64_t frameId);
55 size_t GetStackFrameSize() const { return this->Frames.size(); }
56 dap::ScopesResponse GetScopesResponse(int64_t frameId,
57 bool supportsVariableType);
58 dap::VariablesResponse GetVariablesResponse(

Callers 2

cmDebuggerAdapterMethod · 0.80
OnBeginFunctionCallMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected