aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td
blob: abfab7f59de4081533a4bacb522cd37e6837174f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
include "../../../../include/lldb/Core/PropertiesBase.td"

let Definition = "platformqemuuser" in {
  def Architecture: Property<"architecture", "String">,
    Global,
    DefaultStringValue<"">,
    Desc<"Architecture to emulate.">;
  def EmulatorPath: Property<"emulator-path", "FileSpec">,
    Global,
    DefaultStringValue<"">,
    Desc<"Path to the emulator binary.">;
}