Skip to content

Commit

Permalink
Fix symbols.enable-external-lookup description wording
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jankratochvil committed Jan 5, 2019
1 parent 5792cf4 commit 005a43e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lldb/source/Core/ModuleList.cpp
Original file line number Diff line number Diff line change
@@ -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. "

0 comments on commit 005a43e

Please sign in to comment.