[Lldb-commits] [PATCH] D85237: [lldb] Add an option to disable TCC
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 4 12:08:16 PDT 2020
JDevlieghere created this revision.
JDevlieghere added reviewers: mib, friss, jasonmolenda.
JDevlieghere added a project: LLDB.
JDevlieghere requested review of this revision.
Add an option to not present the TCC dialog on behalf of the inferior. 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. If LLDB takes responsibility, approval needs to be granted only once.
https://reviews.llvm.org/D85237
Files:
lldb/include/lldb/Target/Target.h
lldb/include/lldb/lldb-enumerations.h
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/source/Commands/CommandObjectProcess.cpp
lldb/source/Host/macosx/objcxx/Host.mm
lldb/source/Target/Target.cpp
lldb/source/Target/TargetProperties.td
lldb/test/Shell/lit-lldb-init.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85237.282993.patch
Type: text/x-patch
Size: 6741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200804/3e87f034/attachment.bin>
More information about the lldb-commits
mailing list