aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td')
-rw-r--r--lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td b/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td
index 4e8fbcfd6760..c7ec4bbc6e78 100644
--- a/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td
+++ b/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td
@@ -8,7 +8,7 @@ let Definition = "platformqemuuser" in {
def EmulatorPath: Property<"emulator-path", "FileSpec">,
Global,
DefaultStringValue<"">,
- Desc<"Path to the emulator binary.">;
+ Desc<"Path to the emulator binary. If the path does not contain a directory separator, the filename is looked up in the PATH environment variable. If empty, the filename is derived from the architecture setting.">;
def EmulatorArgs: Property<"emulator-args", "Args">,
Global,
DefaultStringValue<"">,