Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/
DTestVSCode_setFunctionBreakpoints.py129 i = int(self.vscode.get_local_variable_value('i'))
140 i = int(self.vscode.get_local_variable_value('i'))
152 i = int(self.vscode.get_local_variable_value('i'))
159 i = int(self.vscode.get_local_variable_value('i'))
DTestVSCode_setBreakpoints.py287 i = int(self.vscode.get_local_variable_value('i'))
299 i = int(self.vscode.get_local_variable_value('i'))
313 i = int(self.vscode.get_local_variable_value('i'))
320 i = int(self.vscode.get_local_variable_value('i'))
/external/llvm-project/lldb/test/API/tools/lldb-vscode/runInTerminal/
DTestVSCode_runInTerminal.py36 counter = int(self.vscode.get_local_variable_value('counter'))
40 argc = int(self.vscode.get_local_variable_value('argc'))
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py194 value = self.vscode.get_local_variable_value(name, threadId=threadId)
Dvscode.py443 def get_local_variable_value(self, name, frameIndex=0, threadId=None): member in DebugCommunication