[all-commits] [llvm/llvm-project] 9b8f9d: [lldb/qemu] More flexible emulator specification

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu Dec 30 06:14:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b8f9d33dbbcd6525ab4d582cb9abb6f98e3601c
      https://github.com/llvm/llvm-project/commit/9b8f9d33dbbcd6525ab4d582cb9abb6f98e3601c
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-12-30 (Thu, 30 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] More flexible emulator specification

This small patch adds two useful improvements:
- allows one to specify the emulator path as a bare filename, and have
  it be looked up in the PATH
- allows one to leave the path empty and have the filename be derived
  from the architecture.




More information about the All-commits mailing list