This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e5d2e62e5 Pass explicit C++ version to test new 430fc972b [ScriptInterpreter] Move ownership into debugger (NFC)
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/Debugger.h | 5 ++++ include/lldb/Interpreter/CommandInterpreter.h | 6 ----- include/lldb/Interpreter/CommandObject.h | 1 + source/API/SBBreakpoint.cpp | 2 -- source/API/SBBreakpointLocation.cpp | 2 -- source/API/SBBreakpointName.cpp | 2 -- source/API/SBTypeCategory.cpp | 4 ++-- source/Breakpoint/BreakpointOptions.cpp | 3 +-- source/Breakpoint/BreakpointResolverScripted.cpp | 5 +--- source/Commands/CommandObjectBreakpointCommand.cpp | 2 +- source/Commands/CommandObjectCommands.cpp | 19 ++++++++------- source/Commands/CommandObjectFrame.cpp | 2 +- source/Commands/CommandObjectThread.cpp | 2 +- source/Commands/CommandObjectType.cpp | 14 +++++------ source/Commands/CommandObjectWatchpointCommand.cpp | 7 +++--- source/Core/Debugger.cpp | 27 +++++++++++++++------- source/Core/FormatEntity.cpp | 2 +- source/Core/Module.cpp | 3 +-- source/DataFormatters/TypeSummary.cpp | 2 +- source/DataFormatters/TypeSynthetic.cpp | 3 +-- source/Interpreter/CommandInterpreter.cpp | 20 +++------------- source/Interpreter/CommandObject.cpp | 2 ++ source/Interpreter/CommandObjectScript.cpp | 2 +- .../Python/OperatingSystemPython.cpp | 3 +-- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 2 +- .../Python/ScriptInterpreterPython.cpp | 20 ++++++---------- source/Target/Target.cpp | 11 ++++----- source/Target/ThreadPlanPython.cpp | 5 ---- 29 files changed, 76 insertions(+), 104 deletions(-)