diff options
Diffstat (limited to 'lldb/test/Shell/lit-lldb-init.in')
-rw-r--r-- | lldb/test/Shell/lit-lldb-init.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/test/Shell/lit-lldb-init.in b/lldb/test/Shell/lit-lldb-init.in new file mode 100644 index 00000000000..2c1925c971a --- /dev/null +++ b/lldb/test/Shell/lit-lldb-init.in @@ -0,0 +1,5 @@ +# LLDB init file for the LIT tests. +settings set symbols.enable-external-lookup false +settings set plugin.process.gdb-remote.packet-timeout 60 +settings set interpreter.echo-comment-commands false +settings set symbols.clang-modules-cache-path "@LLDB_TEST_MODULE_CACHE_LLDB@" |