This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2f32833d4 Make scripts/analyze-project-deps.py executable new 04d5b3929 Move Timer and TraceOptions from Core to Utility new d5a8515fa Android.rules: build x86 tests with -mstackrealign
The 2 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/Host/common/NativeProcessProtocol.h | 2 +- include/lldb/Target/Process.h | 2 +- include/lldb/{Core => Utility}/Timer.h | 14 +------------- include/lldb/{Core => Utility}/TraceOptions.h | 0 .../test/functionalities/return-value/TestReturnValue.py | 14 ++------------ packages/Python/lldbsuite/test/make/Android.rules | 4 ++++ source/API/SBTraceOptions.cpp | 4 ++-- source/API/SystemInitializerFull.cpp | 2 +- source/Commands/CommandObjectFrame.cpp | 2 +- source/Commands/CommandObjectLog.cpp | 2 +- source/Commands/CommandObjectTarget.cpp | 2 +- source/Core/CMakeLists.txt | 1 - source/Core/Disassembler.cpp | 6 +++--- source/Core/Mangled.cpp | 2 +- source/Core/Module.cpp | 2 +- source/Host/common/Symbols.cpp | 2 +- source/Host/posix/ConnectionFileDescriptorPosix.cpp | 2 +- source/Initialization/SystemInitializerCommon.cpp | 2 +- source/Interpreter/CommandInterpreter.cpp | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 2 +- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 2 +- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 +- source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 +- source/Plugins/Process/Linux/ProcessorTrace.h | 9 ++++----- source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 +- .../ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp | 2 +- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 +- source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 2 +- source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 2 +- source/Symbol/DWARFCallFrameInfo.cpp | 2 +- source/Symbol/ObjectFile.cpp | 2 +- source/Symbol/Symtab.cpp | 4 ++-- source/Target/ObjCLanguageRuntime.cpp | 2 +- source/Target/Target.cpp | 2 +- source/Target/TargetList.cpp | 2 +- source/Utility/CMakeLists.txt | 1 + source/{Core => Utility}/Timer.cpp | 5 +---- unittests/Core/CMakeLists.txt | 1 - .../gdb-remote/GDBRemoteCommunicationClientTest.cpp | 2 +- unittests/Utility/CMakeLists.txt | 1 + unittests/{Core => Utility}/TimerTest.cpp | 5 ++--- 49 files changed, 58 insertions(+), 81 deletions(-) rename include/lldb/{Core => Utility}/Timer.h (84%) rename include/lldb/{Core => Utility}/TraceOptions.h (100%) rename source/{Core => Utility}/Timer.cpp (97%) rename unittests/{Core => Utility}/TimerTest.cpp (98%)