Searched refs:startFrame (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | lldbvscode_testcase.py | 147 def get_stackFrames_and_totalFramesCount(self, threadId=None, startFrame=None, argument 150 startFrame=startFrame, 162 def get_stackFrames(self, threadId=None, startFrame=None, levels=None, argument 166 startFrame=startFrame, 173 startFrame=frameIndex,
|
| H A D | vscode.py | 413 response = self.request_stackTrace(threadId, startFrame=frameIndex, 858 def request_stackTrace(self, threadId=None, startFrame=None, levels=None, argument 863 if startFrame is not None: 864 args_dict['startFrame'] = startFrame
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 2490 const auto startFrame = GetUnsigned(arguments, "startFrame", 0); in request_stackTrace() local 2492 const auto endFrame = (levels == 0) ? INT64_MAX : (startFrame + levels); in request_stackTrace() 2493 for (uint32_t i = startFrame; i < endFrame; ++i) { in request_stackTrace()
|