We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26a646 commit 4cf458cCopy full SHA for 4cf458c
lldb/source/Core/CoreProperties.td
@@ -8,7 +8,7 @@ let Definition = "modulelist" in {
8
def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">,
9
Global,
10
DefaultFalse,
11
- Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.download background'.">;
+ Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.auto-download background'.">;
12
def AutoDownload: Property<"auto-download", "Enum">,
13
14
DefaultEnumValue<"eSymbolDownloadOff">,
0 commit comments