Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/
DTestVSCode_launch.py30 self.continue_to_exit()
96 self.continue_to_exit()
139 self.continue_to_exit()
165 self.continue_to_exit()
176 self.continue_to_exit()
196 self.continue_to_exit()
222 self.continue_to_exit()
246 self.continue_to_exit()
272 self.continue_to_exit()
360 self.continue_to_exit()
[all …]
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/
DTestVSCode_attach.py44 self.continue_to_exit()
189 self.continue_to_exit()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py241 def continue_to_exit(self, exitCode=0): member in VSCodeTestCaseBase