Searched refs:verify_commands (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/ |
D | TestVSCode_launch.py | 330 self.verify_commands('initCommands', output, initCommands) 332 self.verify_commands('preRunCommands', output, preRunCommands) 350 self.verify_commands('stopCommands', output, stopCommands) 357 self.verify_commands('stopCommands', output, stopCommands) 365 self.verify_commands('exitCommands', output, exitCommands) 366 self.verify_commands('terminateCommands', output, terminateCommands) 406 self.verify_commands('initCommands', output, initCommands) 408 self.verify_commands('preRunCommands', output, preRunCommands) 412 self.verify_commands('launchCommands', output, launchCommands) 416 self.verify_commands('stopCommands', output, stopCommands) [all …]
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/ |
D | TestVSCode_attach.py | 166 self.verify_commands('initCommands', output, initCommands) 168 self.verify_commands('preRunCommands', output, preRunCommands) 176 self.verify_commands('stopCommands', output, stopCommands) 186 self.verify_commands('stopCommands', output, stopCommands) 194 self.verify_commands('exitCommands', output, exitCommands) 195 self.verify_commands('terminateCommands', output, terminateCommands) 225 self.verify_commands('terminateCommands', output, terminateCommands)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | lldbvscode_testcase.py | 115 def verify_commands(self, flavor, output, commands): member in VSCodeTestCaseBase
|