Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py28 self.continue_to_exit()
94 self.continue_to_exit()
137 self.continue_to_exit()
163 self.continue_to_exit()
174 self.continue_to_exit()
194 self.continue_to_exit()
220 self.continue_to_exit()
244 self.continue_to_exit()
270 self.continue_to_exit()
363 self.continue_to_exit()
[all …]
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/stop-hooks/
H A DTestVSCode_stop_hooks.py33 self.continue_to_exit()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/
H A DTestVSCode_attach.py42 self.continue_to_exit()
191 self.continue_to_exit()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py242 def continue_to_exit(self, exitCode=0): member in VSCodeTestCaseBase