This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e21e6ee Add i386/x86_64 tests of the eh_frame augmentation code in th [...] new 99e27b5 Convert some Args index-based iteration to range-style iteration.
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/Mangled.h | 5 +- source/Commands/CommandObjectCommands.cpp | 5 +- source/Commands/CommandObjectHelp.cpp | 15 +-- source/Commands/CommandObjectPlatform.cpp | 19 ++- source/Commands/CommandObjectProcess.cpp | 23 ++-- source/Commands/CommandObjectSettings.cpp | 6 +- source/Commands/CommandObjectSyntax.cpp | 2 + source/Commands/CommandObjectTarget.cpp | 118 ++++++++-------- source/Commands/CommandObjectThread.cpp | 34 ++--- source/Commands/CommandObjectType.cpp | 150 ++++++++++----------- source/Commands/CommandObjectWatchpoint.cpp | 22 +-- source/Core/Mangled.cpp | 10 ++ source/Host/linux/ProcessLauncherLinux.cpp | 6 +- source/Host/windows/ProcessLauncherWindows.cpp | 4 +- source/Interpreter/CommandAlias.cpp | 9 +- source/Interpreter/CommandInterpreter.cpp | 6 +- source/Interpreter/CommandObject.cpp | 10 +- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 50 ++++--- 18 files changed, 241 insertions(+), 253 deletions(-)