This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3950928 Fix some unit test compilation failures. new ff3ec47 Convert AutoComplete related code to StringRef. new dfd7c7c Make GetValueForVariableExpression use StringRef. new 9114daf Convert UriParser to use StringRef.
The 3 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/ArchSpec.h | 2 +- include/lldb/Core/FormatEntity.h | 2 +- include/lldb/Core/PluginManager.h | 2 +- include/lldb/Core/StringList.h | 2 +- include/lldb/Core/UUID.h | 16 +- include/lldb/Interpreter/CommandCompletions.h | 55 +- include/lldb/Interpreter/OptionValue.h | 7 +- include/lldb/Interpreter/OptionValueArch.h | 2 +- include/lldb/Interpreter/OptionValueBoolean.h | 2 +- include/lldb/Interpreter/OptionValueEnumeration.h | 2 +- include/lldb/Interpreter/OptionValueFileSpec.h | 2 +- include/lldb/Interpreter/OptionValueFormatEntity.h | 5 +- include/lldb/Interpreter/OptionValueUUID.h | 2 +- include/lldb/Symbol/Variable.h | 8 +- include/lldb/Target/StackFrame.h | 2 +- include/lldb/Utility/NameMatches.h | 5 +- source/Commands/CommandCompletions.cpp | 54 +- source/Core/ArchSpec.cpp | 4 +- source/Core/FormatEntity.cpp | 103 +- source/Core/PluginManager.cpp | 23 +- source/Core/StringList.cpp | 27 +- source/Core/UUID.cpp | 69 +- source/Interpreter/CommandObject.cpp | 2 +- source/Interpreter/OptionValue.cpp | 7 +- source/Interpreter/OptionValueArch.cpp | 2 +- source/Interpreter/OptionValueBoolean.cpp | 40 +- source/Interpreter/OptionValueEnumeration.cpp | 4 +- source/Interpreter/OptionValueFileSpec.cpp | 8 +- source/Interpreter/OptionValueFormatEntity.cpp | 2 +- source/Interpreter/OptionValueUUID.cpp | 7 +- .../Instruction/ARM64/EmulateInstructionARM64.cpp | 3 +- source/Plugins/Platform/Android/AdbClient.cpp | 4 +- source/Plugins/Platform/Android/AdbClient.h | 2 +- .../Plugins/Platform/Android/PlatformAndroid.cpp | 2 +- .../Android/PlatformAndroidRemoteGDBServer.cpp | 14 +- .../Android/PlatformAndroidRemoteGDBServer.h | 2 +- .../gdb-server/PlatformRemoteGDBServer.cpp | 7 +- .../GDBRemoteCommunicationServerPlatform.cpp | 8 +- source/Symbol/Variable.cpp | 56 +- source/Target/StackFrame.cpp | 1069 ++++++++++---------- source/Utility/NameMatches.cpp | 41 +- source/Utility/UriParser.cpp | 36 +- source/Utility/UriParser.h | 8 +- unittests/Utility/UriParserTest.cpp | 38 +- 44 files changed, 872 insertions(+), 886 deletions(-)