Searched refs:setUpCommands (Results 1 – 5 of 5) sorted by relevance
38 for cmd in self.setUpCommands():61 for cmd in self.setUpCommands():
710 def setUpCommands(cls): member in Base772 "-o '" + s + "'" for s in self.setUpCommands())1787 for s in self.setUpCommands():
32 + sum(map(lambda x: ['-O', x], self.setUpCommands()), [])
46 + sum(map(lambda x: ['-O', x], self.setUpCommands()), [])
18 executable=self.lldbVSCodeExec, init_commands=self.setUpCommands(),