This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 72cb0e6 Don't crash when trying to capture persistent variables in a block. new 760113a Tables of command options in LLDB benefit from hand-formattin [...]
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: source/Commands/CommandObjectArgs.cpp | 6 +- source/Commands/CommandObjectBreakpoint.cpp | 257 +++++++++------------ source/Commands/CommandObjectBreakpointCommand.cpp | 32 +-- source/Commands/CommandObjectCommands.cpp | 56 +++-- source/Commands/CommandObjectDisassemble.cpp | 48 ++-- source/Commands/CommandObjectExpression.cpp | 27 ++- source/Commands/CommandObjectFrame.cpp | 6 +- source/Commands/CommandObjectHelp.cpp | 10 +- source/Commands/CommandObjectLog.cpp | 24 +- source/Commands/CommandObjectMemory.cpp | 33 +-- source/Commands/CommandObjectPlatform.cpp | 92 ++++---- source/Commands/CommandObjectProcess.cpp | 71 +++--- source/Commands/CommandObjectRegister.cpp | 8 +- source/Commands/CommandObjectSettings.cpp | 6 +- source/Commands/CommandObjectSource.cpp | 49 ++-- source/Commands/CommandObjectTarget.cpp | 117 +++++----- source/Commands/CommandObjectThread.cpp | 92 ++++---- source/Commands/CommandObjectType.cpp | 136 ++++++----- source/Commands/CommandObjectWatchpoint.cpp | 28 +-- source/Commands/CommandObjectWatchpointCommand.cpp | 20 +- 20 files changed, 564 insertions(+), 554 deletions(-)