Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py38 for cmd in self.setUpCommands():
61 for cmd in self.setUpCommands():
H A Dlldbtest.py710 def setUpCommands(cls): member in Base
772 "-o '" + s + "'" for s in self.setUpCommands())
1787 for s in self.setUpCommands():
/llvm-project-15.0.7/lldb/test/API/functionalities/reproducers/fs-case-sensitivity/
H A DTestReproducerFSCaseSensitivity.py32 + sum(map(lambda x: ['-O', x], self.setUpCommands()), [])
/llvm-project-15.0.7/lldb/test/API/functionalities/reproducers/attach/
H A DTestReproducerAttach.py46 + sum(map(lambda x: ['-O', x], self.setUpCommands()), [])
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py18 executable=self.lldbVSCodeExec, init_commands=self.setUpCommands(),