Add an option that allows the user to decide to not make the inferior is responsible for its own TCC permissions. If you don't make the inferior responsible, it inherits the permissions of its parent. The motivation is the scenario of running the LLDB test suite from an external hard drive. If the inferior is responsible, every test needs to be granted access to the external volume. When the permissions are inherited, approval needs to be granted only once. Differential revision: https://reviews.llvm.org/D85237
8 lines
355 B
Plaintext
8 lines
355 B
Plaintext
# 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@"
|
|
settings set target.auto-apply-fixits false
|
|
settings set target.inherit-tcc true
|