[all-commits] [llvm/llvm-project] 586765: [lldb/qemu] Add emulator-env-vars setting

Pavel Labath via All-commits all-commits at lists.llvm.org
Fri Dec 17 04:59:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 586765c0ee518310612d286f3a731786b4ea4148
      https://github.com/llvm/llvm-project/commit/586765c0ee518310612d286f3a731786b4ea4148
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    M lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.cpp
    M lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td
    M lldb/test/API/qemu/TestQemuLaunch.py

  Log Message:
  -----------
  [lldb/qemu] Add emulator-env-vars setting

This setting is for variables we want to pass to the emulator only --
then will be automatically removed from the target environment by our
environment diffing code. This variable can be used to pass various
QEMU_*** variables (although most of these can be passed through
emulator-args as well), as well as any other variables that can affect
the operation of the emulator (e.g. LD_LIBRARY_PATH).




More information about the All-commits mailing list