This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6573908 Editing multi-line content in a terminal environment involves [...] new d8ddccc LLDB help content has accumulated over time without a recent [...]
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/lldb-enumerations.h | 5 +- .../breakpoint_command/TestBreakpointCommand.py | 2 +- .../command_script/TestCommandScript.py | 4 +- .../nested_alias/TestNestedAlias.py | 2 +- packages/Python/lldbsuite/test/help/TestHelp.py | 2 +- source/Commands/CommandObjectApropos.cpp | 7 +- source/Commands/CommandObjectBreakpoint.cpp | 77 ++++--- source/Commands/CommandObjectBreakpointCommand.cpp | 25 ++- source/Commands/CommandObjectBugreport.cpp | 8 +- source/Commands/CommandObjectCommands.cpp | 72 +++---- source/Commands/CommandObjectDisassemble.cpp | 12 +- source/Commands/CommandObjectExpression.cpp | 25 ++- source/Commands/CommandObjectFrame.cpp | 84 ++++---- source/Commands/CommandObjectHelp.cpp | 10 +- source/Commands/CommandObjectLanguage.cpp | 14 +- source/Commands/CommandObjectLanguage.h | 3 - source/Commands/CommandObjectLog.cpp | 8 +- source/Commands/CommandObjectMemory.cpp | 98 ++++----- source/Commands/CommandObjectMultiword.cpp | 5 +- source/Commands/CommandObjectPlatform.cpp | 65 +++--- source/Commands/CommandObjectPlugin.cpp | 8 +- source/Commands/CommandObjectProcess.cpp | 85 +++----- source/Commands/CommandObjectQuit.cpp | 4 +- source/Commands/CommandObjectRegister.cpp | 9 +- source/Commands/CommandObjectSettings.cpp | 88 ++++---- source/Commands/CommandObjectSource.cpp | 40 ++-- source/Commands/CommandObjectTarget.cpp | 76 +++---- source/Commands/CommandObjectThread.cpp | 240 +++++++++------------ source/Commands/CommandObjectType.cpp | 49 ++--- source/Commands/CommandObjectVersion.cpp | 4 +- source/Commands/CommandObjectWatchpoint.cpp | 16 +- source/Commands/CommandObjectWatchpointCommand.cpp | 22 +- source/Interpreter/CommandInterpreter.cpp | 215 +++++++++--------- source/Interpreter/CommandObject.cpp | 161 ++++++-------- source/Interpreter/CommandObjectScript.cpp | 9 +- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 8 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 26 +-- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 12 +- .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 8 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 8 +- source/Target/ThreadPlanStepThrough.cpp | 2 +- 41 files changed, 687 insertions(+), 931 deletions(-)