This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e72314f A few improvements to deps analysis scripts. new 07d6c0f Move many other files from Core -> Utility.
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/Breakpoint/BreakpointLocation.h | 2 +- include/lldb/Breakpoint/BreakpointOptions.h | 2 +- include/lldb/Breakpoint/BreakpointSite.h | 2 +- include/lldb/Breakpoint/Stoppoint.h | 2 +- include/lldb/Breakpoint/StoppointLocation.h | 2 +- include/lldb/Breakpoint/Watchpoint.h | 2 +- include/lldb/Breakpoint/WatchpointOptions.h | 2 +- include/lldb/Core/Debugger.h | 2 +- include/lldb/Core/Section.h | 4 ++-- include/lldb/Core/ValueObject.h | 2 +- include/lldb/Core/ValueObjectList.h | 2 +- include/lldb/Expression/IRMemoryMap.h | 2 +- include/lldb/Symbol/Block.h | 2 +- include/lldb/Symbol/CompileUnit.h | 2 +- include/lldb/Symbol/DWARFCallFrameInfo.h | 2 +- include/lldb/Symbol/Function.h | 2 +- include/lldb/Symbol/Symbol.h | 2 +- include/lldb/Symbol/Type.h | 2 +- include/lldb/Symbol/Variable.h | 2 +- include/lldb/Target/QueueList.h | 2 +- include/lldb/Target/RegisterCheckpoint.h | 2 +- include/lldb/Target/StackFrame.h | 2 +- include/lldb/Target/Thread.h | 2 +- include/lldb/Target/ThreadList.h | 2 +- include/lldb/Target/ThreadPlan.h | 2 +- include/lldb/Target/ThreadPlanPython.h | 2 +- include/lldb/{Core => Utility}/Baton.h | 0 include/lldb/{Core => Utility}/FastDemangle.h | 0 include/lldb/{Core => Utility}/History.h | 0 include/lldb/{Core => Utility}/StreamCallback.h | 0 include/lldb/{Core => Utility}/StreamGDBRemote.h | 0 include/lldb/{Core => Utility}/UserID.h | 0 include/lldb/{Core => Utility}/VMRange.h | 0 source/API/SBBreakpointLocation.cpp | 1 - source/API/SBThreadPlan.cpp | 1 - source/Commands/CommandObjectLog.cpp | 1 - source/Core/CMakeLists.txt | 7 ------- source/Core/Debugger.cpp | 2 +- source/Core/Mangled.cpp | 2 +- source/Core/Timer.cpp | 8 +++++--- source/Expression/DWARFExpression.cpp | 2 +- source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp | 2 +- source/Plugins/Process/Utility/HistoryThread.h | 2 +- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp | 2 +- source/Plugins/SymbolFile/PDB/CMakeLists.txt | 1 + source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 +- source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 1 - source/Target/TargetList.cpp | 2 +- source/{Core => Utility}/Baton.cpp | 2 +- source/Utility/CMakeLists.txt | 7 +++++++ source/{Core => Utility}/FastDemangle.cpp | 2 +- source/{Core => Utility}/History.cpp | 2 +- source/{Core => Utility}/StreamCallback.cpp | 2 +- source/{Core => Utility}/StreamGDBRemote.cpp | 2 +- source/{Core => Utility}/UserID.cpp | 2 +- source/{Core => Utility}/VMRange.cpp | 2 +- unittests/Core/StreamCallbackTest.cpp | 2 +- unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 2 +- 61 files changed, 60 insertions(+), 61 deletions(-) rename include/lldb/{Core => Utility}/Baton.h (100%) rename include/lldb/{Core => Utility}/FastDemangle.h (100%) rename include/lldb/{Core => Utility}/History.h (100%) rename include/lldb/{Core => Utility}/StreamCallback.h (100%) rename include/lldb/{Core => Utility}/StreamGDBRemote.h (100%) rename include/lldb/{Core => Utility}/UserID.h (100%) rename include/lldb/{Core => Utility}/VMRange.h (100%) rename source/{Core => Utility}/Baton.cpp (95%) rename source/{Core => Utility}/FastDemangle.cpp (99%) rename source/{Core => Utility}/History.cpp (95%) rename source/{Core => Utility}/StreamCallback.cpp (94%) rename source/{Core => Utility}/StreamGDBRemote.cpp (96%) rename source/{Core => Utility}/UserID.cpp (94%) rename source/{Core => Utility}/VMRange.cpp (98%)