Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A DTestMultithreaded.py94 self.buildProgram('inferior.cpp', self.inferior)
/llvm-project-15.0.7/lldb/test/API/commands/process/attach/
H A DTestProcessAttach.py72 self.buildProgram('main.cpp', exe)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1538 def buildProgram(self, sources, exe_name): member in Base