summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Core/ModuleList.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Core/ModuleList.cpp b/lldb/source/Core/ModuleList.cpp
index 8bf32b50fc6..38eb29aa0de 100644
--- a/lldb/source/Core/ModuleList.cpp
+++ b/lldb/source/Core/ModuleList.cpp
@@ -69,10 +69,10 @@ namespace {
static constexpr PropertyDefinition g_properties[] = {
{"enable-external-lookup", OptionValue::eTypeBoolean, true, true, nullptr,
{},
- "Control the use of external sources to locate symbol files. "
- "Directories listed in target.debug-file-search-paths and directory of "
- "the executable are always checked first for separate debug info files. "
- "Then depending on this setting: "
+ "Control the use of external tools and repositories to locate symbol "
+ "files. Directories listed in target.debug-file-search-paths and "
+ "directory of the executable are always checked first for separate debug "
+ "info files. Then depending on this setting: "
"On macOS, Spotlight would be also used to locate a matching .dSYM "
"bundle based on the UUID of the executable. "
"On NetBSD, directory /usr/libdata/debug would be also searched. "
OpenPOWER on IntegriCloud