Home
last modified time | relevance | path

Searched refs:get_stackFrame (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/optimized/
H A DTestVSCode_optimized.py31 leaf_frame = self.vscode.get_stackFrame(frameIndex=0)
33 parent_frame = self.vscode.get_stackFrame(frameIndex=1)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py398 def get_stackFrame(self, frameIndex=0, threadId=None): member in DebugCommunication
419 stackFrame = self.get_stackFrame(frameIndex=frameIndex,
596 stackFrame = self.get_stackFrame(frameIndex=frameIndex,
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/variables/
H A DTestVSCode_variables.py420 frame_id = self.vscode.get_stackFrame()["id"]