This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f26f593 Xcode: support gtests that use the Inputs dir new 24b0a21 Fix more functions in Args to use StringRef.
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/Interpreter/Args.h | 61 ++++++++++++++++------ source/API/SBPlatform.cpp | 3 +- source/Breakpoint/BreakpointIDList.cpp | 12 ++--- source/Commands/CommandObjectBreakpoint.cpp | 15 +++--- source/Commands/CommandObjectBreakpointCommand.cpp | 3 +- source/Commands/CommandObjectExpression.cpp | 11 ++-- source/Commands/CommandObjectLog.cpp | 5 +- source/Commands/CommandObjectMemory.cpp | 3 +- source/Commands/CommandObjectMultiword.cpp | 2 +- source/Commands/CommandObjectPlatform.cpp | 8 +-- source/Commands/CommandObjectProcess.cpp | 7 +-- source/Commands/CommandObjectThread.cpp | 13 +++-- source/Commands/CommandObjectType.cpp | 12 +++-- source/Commands/CommandObjectWatchpointCommand.cpp | 3 +- source/Host/linux/Host.cpp | 4 +- source/Host/windows/Host.cpp | 2 +- source/Interpreter/Args.cpp | 47 ++++++----------- source/Interpreter/CommandInterpreter.cpp | 23 ++++---- source/Interpreter/CommandObject.cpp | 8 +-- .../Interpreter/OptionGroupValueObjectDisplay.cpp | 6 ++- source/Interpreter/OptionValueBoolean.cpp | 6 +-- source/Interpreter/OptionValueDictionary.cpp | 2 +- source/Interpreter/Property.cpp | 2 +- .../Android/PlatformAndroidRemoteGDBServer.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 +- .../Process/Utility/DynamicRegisterInfo.cpp | 5 +- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 30 +++++------ .../GDBRemoteCommunicationServerCommon.cpp | 8 +-- .../Process/gdb-remote/ProcessGDBRemote.cpp | 5 +- .../DarwinLog/StructuredDataDarwinLog.cpp | 9 ++-- source/Target/Process.cpp | 9 ++-- source/Target/ProcessInfo.cpp | 7 ++- source/Target/ProcessLaunchInfo.cpp | 8 +-- unittests/Interpreter/TestArgs.cpp | 2 +- 34 files changed, 194 insertions(+), 151 deletions(-)