android_mt6572_jiabo/external/lldb/examples/test/.lldbtest-config
2025-09-05 16:56:03 +08:00

6 lines
317 B
Text

sys.stderr = open("/tmp/lldbtest-stderr", "w")
sys.stdout = open("/tmp/lldbtest-stdout", "w")
compilers = ["gcc", "llvm-gcc"]
archs = ["x86_64", "i386"]
split_stderr = True # This will split the stderr into configuration-specific file
split_stdout = True # This will split the stdout into configuration-specific file