This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c8a5b40ba [unittest] Fix NativeProcessProtocolTest.cpp (NFC) new d91f260e5 Replace "nullptr-terminated" C-arrays of OptionValueEnumerati [...]
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/OptionArgParser.h | 2 +- include/lldb/Interpreter/OptionValueEnumeration.h | 5 +- include/lldb/Interpreter/Property.h | 2 +- include/lldb/Target/Target.h | 2 +- include/lldb/lldb-private-types.h | 7 +- source/Commands/CommandObjectBreakpoint.cpp | 145 +++++++++---------- source/Commands/CommandObjectBreakpointCommand.cpp | 25 ++-- source/Commands/CommandObjectCommands.cpp | 64 +++++---- source/Commands/CommandObjectDisassemble.cpp | 32 ++--- source/Commands/CommandObjectExpression.cpp | 31 ++-- source/Commands/CommandObjectFrame.cpp | 10 +- source/Commands/CommandObjectHelp.cpp | 8 +- source/Commands/CommandObjectLog.cpp | 22 +-- source/Commands/CommandObjectMemory.cpp | 28 ++-- source/Commands/CommandObjectPlatform.cpp | 80 +++++------ source/Commands/CommandObjectProcess.cpp | 38 ++--- source/Commands/CommandObjectRegister.cpp | 8 +- source/Commands/CommandObjectSettings.cpp | 4 +- source/Commands/CommandObjectSource.cpp | 34 ++--- source/Commands/CommandObjectTarget.cpp | 108 +++++++------- source/Commands/CommandObjectThread.cpp | 90 ++++++------ source/Commands/CommandObjectType.cpp | 114 +++++++-------- source/Commands/CommandObjectWatchpoint.cpp | 16 +-- source/Commands/CommandObjectWatchpointCommand.cpp | 19 +-- source/Core/Debugger.cpp | 78 +++++----- source/Core/ModuleList.cpp | 8 +- source/Interpreter/CommandInterpreter.cpp | 15 +- source/Interpreter/OptionArgParser.cpp | 16 ++- source/Interpreter/OptionGroupArchitecture.cpp | 4 +- source/Interpreter/OptionGroupBoolean.cpp | 2 +- source/Interpreter/OptionGroupFile.cpp | 4 +- source/Interpreter/OptionGroupFormat.cpp | 10 +- source/Interpreter/OptionGroupOutputFile.cpp | 6 +- source/Interpreter/OptionGroupPlatform.cpp | 18 +-- source/Interpreter/OptionGroupString.cpp | 2 +- source/Interpreter/OptionGroupUInt64.cpp | 2 +- source/Interpreter/OptionGroupUUID.cpp | 4 +- .../Interpreter/OptionGroupValueObjectDisplay.cpp | 40 +++--- source/Interpreter/OptionGroupVariable.cpp | 18 +-- source/Interpreter/OptionGroupWatchpoint.cpp | 22 ++- source/Interpreter/OptionValueEnumeration.cpp | 20 ++- source/Interpreter/Options.cpp | 27 ++-- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 17 ++- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 6 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 4 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 18 +-- .../OperatingSystem/Go/OperatingSystemGo.cpp | 6 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 8 +- .../DarwinLog/StructuredDataDarwinLog.cpp | 38 ++--- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 9 +- source/Target/Platform.cpp | 28 ++-- source/Target/Process.cpp | 58 ++++---- source/Target/Target.cpp | 158 +++++++++++---------- source/Target/Thread.cpp | 23 ++- 54 files changed, 782 insertions(+), 781 deletions(-)