Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py429 frameId = stackFrame['id']
430 if frameId in self.frame_scopes:
431 frame_scopes = self.frame_scopes[frameId]
433 scopes_response = self.request_scopes(frameId)
435 self.frame_scopes[frameId] = frame_scopes
755 def request_scopes(self, frameId): argument
756 args_dict = {'frameId': frameId}