Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py423 frameId = stackFrame['id']
424 if frameId in self.frame_scopes:
425 frame_scopes = self.frame_scopes[frameId]
427 scopes_response = self.request_scopes(frameId)
429 self.frame_scopes[frameId] = frame_scopes
744 def request_scopes(self, frameId): argument
745 args_dict = {'frameId': frameId}