[all-commits] [llvm/llvm-project] 7c9bcb: [lldb] Add a setting to not install the main execu...

Francesco Petrogalli via All-commits all-commits at lists.llvm.org
Tue Jan 21 11:07:22 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c9bcba644c4fc2178e20060d9ba2ff1f50ae15e
      https://github.com/llvm/llvm-project/commit/7c9bcba644c4fc2178e20060d9ba2ff1f50ae15e
  Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M lldb/include/lldb/Target/Target.h
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/main.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetProperties.td

  Log Message:
  -----------
  [lldb] Add a setting to not install the main executable

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.

Reviewers: omjavaid, JDevlieghere, srhines, labath, clayborg

Reviewed By: clayborg

Subscribers: kevin.brodsky, lldb-commits, llvm-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D71761




More information about the All-commits mailing list