This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6bed7b214 [lldb] Disable testing entry values as memory location new 4c7cb59e6 remove File::SetStream(), make new files instead.
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 | 26 +++-- include/lldb/Core/IOHandler.h | 15 ++- include/lldb/Host/File.h | 4 - source/API/SBDebugger.cpp | 15 ++- source/Commands/CommandObjectBreakpointCommand.cpp | 2 +- source/Commands/CommandObjectCommands.cpp | 6 +- source/Commands/CommandObjectExpression.cpp | 6 +- source/Commands/CommandObjectGUI.cpp | 5 +- source/Commands/CommandObjectTarget.cpp | 6 +- source/Commands/CommandObjectType.cpp | 8 +- source/Commands/CommandObjectWatchpointCommand.cpp | 2 +- source/Core/Debugger.cpp | 94 +++++++---------- source/Core/IOHandler.cpp | 30 +++--- source/Expression/REPL.cpp | 16 +-- source/Host/common/File.cpp | 15 --- source/Interpreter/CommandInterpreter.cpp | 27 ++--- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 114 ++++++++++----------- .../Clang/ClangExpressionParser.cpp | 6 +- .../InstrumentationRuntime/ASan/ASanRuntime.cpp | 2 +- .../InstrumentationRuntime/TSan/TSanRuntime.cpp | 12 +-- .../InstrumentationRuntime/UBSan/UBSanRuntime.cpp | 2 +- .../AppleObjCTrampolineHandler.cpp | 2 +- .../None/ScriptInterpreterNone.cpp | 4 +- .../Python/ScriptInterpreterPython.cpp | 25 +++-- source/Target/Platform.cpp | 7 +- source/Target/Process.cpp | 6 +- source/Target/Target.cpp | 6 +- source/Target/ThreadPlanTracer.cpp | 2 +- 28 files changed, 210 insertions(+), 255 deletions(-)