| 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( |
no test coverage detected