diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2019-01-05 21:39:03 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2019-01-05 21:39:03 +0000 |
commit | 005a43e7c47a62b8d17d8159a8ecea97d447b594 (patch) | |
tree | 5ec3219622e4dbbebcc60bb0b96369a642b8af23 /lldb/source/Core/ModuleList.cpp | |
parent | 5792cf42b7779b3709cdae1598d388a47bfb446a (diff) | |
download | bcm5719-llvm-005a43e7c47a62b8d17d8159a8ecea97d447b594.tar.gz bcm5719-llvm-005a43e7c47a62b8d17d8159a8ecea97d447b594.zip |
Fix symbols.enable-external-lookup description wording
D55859 changed "external tools or libraries" to "external sources" according to
Pavel Labath. Now it is changed sort of back to "external tools and
repositories" according to Adrian Prantl.
https://reviews.llvm.org/D55859#1345881
llvm-svn: 350479
Diffstat (limited to 'lldb/source/Core/ModuleList.cpp')
-rw-r--r-- | lldb/source/Core/ModuleList.cpp | 8 |
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. " |