This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 14df762a2 [debugserver] Switch back to std::once_flag new aff0fda75 [lldb][NFC] Remove WordComplete mode, make result array index [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Core/FormatEntity.h | 2 +- include/lldb/Core/IOHandler.h | 10 +- include/lldb/Core/PluginManager.h | 5 +- include/lldb/Expression/REPL.h | 4 +- include/lldb/Host/Editline.h | 2 +- include/lldb/Interpreter/CommandAlias.h | 8 +- include/lldb/Interpreter/CommandCompletions.h | 68 ++++----- include/lldb/Interpreter/CommandInterpreter.h | 12 +- include/lldb/Interpreter/CommandObject.h | 14 +- include/lldb/Interpreter/CommandObjectMultiword.h | 10 +- .../lldb/Interpreter/CommandObjectRegexCommand.h | 2 +- include/lldb/Interpreter/OptionValue.h | 4 +- include/lldb/Interpreter/OptionValueArch.h | 4 +- include/lldb/Interpreter/OptionValueBoolean.h | 4 +- include/lldb/Interpreter/OptionValueEnumeration.h | 4 +- include/lldb/Interpreter/OptionValueFileSpec.h | 4 +- include/lldb/Interpreter/OptionValueFormatEntity.h | 4 +- include/lldb/Interpreter/OptionValueUUID.h | 4 +- include/lldb/Symbol/Variable.h | 4 +- include/lldb/Utility/ArchSpec.h | 2 +- include/lldb/Utility/CompletionRequest.h | 48 ++++--- source/API/SBCommandInterpreter.cpp | 56 ++++++-- source/Commands/CommandCompletions.cpp | 137 +++++++----------- source/Commands/CommandObjectCommands.cpp | 14 +- source/Commands/CommandObjectExpression.cpp | 11 +- source/Commands/CommandObjectExpression.h | 2 +- source/Commands/CommandObjectFrame.cpp | 7 +- source/Commands/CommandObjectHelp.cpp | 8 +- source/Commands/CommandObjectHelp.h | 2 +- source/Commands/CommandObjectMultiword.cpp | 24 +--- source/Commands/CommandObjectPlatform.cpp | 3 +- source/Commands/CommandObjectPlugin.cpp | 7 +- source/Commands/CommandObjectProcess.cpp | 7 +- source/Commands/CommandObjectSettings.cpp | 68 ++++----- source/Commands/CommandObjectTarget.cpp | 35 ++--- source/Core/FormatEntity.cpp | 20 ++- source/Core/IOHandler.cpp | 54 ++----- source/Core/PluginManager.cpp | 9 +- source/Expression/REPL.cpp | 17 ++- source/Host/common/Editline.cpp | 155 +++++++++++---------- source/Interpreter/CommandAlias.cpp | 12 +- source/Interpreter/CommandInterpreter.cpp | 91 +++--------- source/Interpreter/CommandObject.cpp | 8 +- source/Interpreter/CommandObjectRegexCommand.cpp | 6 +- source/Interpreter/OptionValue.cpp | 7 +- source/Interpreter/OptionValueArch.cpp | 6 +- source/Interpreter/OptionValueBoolean.cpp | 6 +- source/Interpreter/OptionValueEnumeration.cpp | 7 +- source/Interpreter/OptionValueFileSpec.cpp | 6 +- source/Interpreter/OptionValueFormatEntity.cpp | 6 +- source/Interpreter/OptionValueUUID.cpp | 6 +- source/Interpreter/Options.cpp | 3 - source/Symbol/Variable.cpp | 8 +- source/Utility/ArchSpec.cpp | 3 +- source/Utility/CompletionRequest.cpp | 11 +- unittests/Interpreter/TestCompletion.cpp | 75 ++++------ unittests/Utility/CompletionRequestTest.cpp | 1 - 57 files changed, 480 insertions(+), 637 deletions(-)