Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py109 if configuration.sdkroot:
110 return ["SDKROOT={}".format(configuration.sdkroot)]
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestAppleSimulatorOSType.py54 sdkroot = lldbutil.get_xcode_sdk_root(sdk)
70 'SDKROOT': sdkroot.strip(),
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py48 sdkroot = None variable
H A Ddotest.py300 configuration.sdkroot = seven.get_command_output(
303 if not configuration.sdkroot: