blob: 2c1925c971a47dcccd0f9d6a8b441a5ebb889cd8 (
plain)
1
2
3
4
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@"
|