Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint/
H A DTestVSCode_setFunctionBreakpoints.py127 i = int(self.vscode.get_local_variable_value('i'))
138 i = int(self.vscode.get_local_variable_value('i'))
150 i = int(self.vscode.get_local_variable_value('i'))
157 i = int(self.vscode.get_local_variable_value('i'))
H A DTestVSCode_setBreakpoints.py297 i = int(self.vscode.get_local_variable_value('i'))
309 i = int(self.vscode.get_local_variable_value('i'))
323 i = int(self.vscode.get_local_variable_value('i'))
330 i = int(self.vscode.get_local_variable_value('i'))
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py70 counter = int(self.vscode.get_local_variable_value('counter'))
74 argc = int(self.vscode.get_local_variable_value('argc'))
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py195 value = self.vscode.get_local_variable_value(name, threadId=threadId)
H A Dvscode.py458 def get_local_variable_value(self, name, frameIndex=0, threadId=None): member in DebugCommunication