This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Add a setting to not install the main executable
ClosedPublic

Authored by danielkiss on Dec 20 2019, 6:30 AM.

Details

Summary

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.

Diff Detail

Event Timeline

danielkiss created this revision.Dec 20 2019, 6:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2019, 6:30 AM
clayborg accepted this revision.Jan 13 2020, 9:21 AM

LGTM.

This revision is now accepted and ready to land.Jan 13 2020, 9:21 AM

Thanks for the review, I have no push rights, could you please submit it on my behalf?

Patch is rebased due to conflict with the upstream changes.

This revision was automatically updated to reflect the committed changes.