Home
last modified time | relevance | path

Searched defs:startFrame (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py147 def get_stackFrames_and_totalFramesCount(self, threadId=None, startFrame=None, argument
162 def get_stackFrames(self, threadId=None, startFrame=None, levels=None, argument
H A Dvscode.py847 def request_stackTrace(self, threadId=None, startFrame=None, levels=None, argument
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp2480 const auto startFrame = GetUnsigned(arguments, "startFrame", 0); in request_stackTrace() local