[Lldb-commits] [PATCH] D71761: [lldb] Add a setting to not install the main executable
Daniel Kiss via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 20 06:38:21 PST 2019
danielkiss created this revision.
danielkiss added reviewers: omjavaid, JDevlieghere, srhines.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Add setting target.auto-install-main-executable that controls whether
the main executable should be automatically installed when connected to
a remote platform even if it does not have an explicit install path
specified. The default is true as the current behaviour.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71761
Files:
lldb/include/lldb/Target/Target.h
lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/Makefile
lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/main.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/TargetProperties.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71761.234880.patch
Type: text/x-patch
Size: 9748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191220/5f87c0bc/attachment-0001.bin>
More information about the lldb-commits
mailing list