This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 435a21138 Check that a pointer is valid and fix a log message on Windows new 89e4deb05 Simplify ObjectFile::GetArchitecture
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/Module.h | 9 ++--- include/lldb/Expression/IRExecutionUnit.h | 2 +- include/lldb/Symbol/ObjectFile.h | 16 +++------ include/lldb/Symbol/UnwindTable.h | 2 +- include/lldb/Utility/ArchSpec.h | 1 + source/Core/Module.cpp | 6 ++-- source/Expression/IRExecutionUnit.cpp | 11 +++--- .../ObjectFile/Breakpad/ObjectFileBreakpad.cpp | 5 --- .../ObjectFile/Breakpad/ObjectFileBreakpad.h | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 23 +++++------- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 2 +- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 12 +++---- source/Plugins/ObjectFile/JIT/ObjectFileJIT.h | 2 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 42 +++++++++++----------- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 10 +++--- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 14 ++++---- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 2 +- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 3 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 +-- source/Symbol/CompactUnwindInfo.cpp | 6 ++-- source/Symbol/DWARFCallFrameInfo.cpp | 3 +- source/Symbol/FuncUnwinders.cpp | 3 +- source/Symbol/Type.cpp | 3 +- source/Symbol/UnwindTable.cpp | 4 +-- unittests/Utility/ArchSpecTest.cpp | 5 +++ 25 files changed, 83 insertions(+), 109 deletions(-)