This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from faadf6674 [lldb][NFC] Check in completion crash test in lambda new b9f00d848 Add llvm-style RTTI to ObjectFile hierarchy new 6f3c91089 [ProcessWindows] Choose a register context file by preprocessor
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/Symbol/ObjectFile.h | 4 +++ source/Plugins/JITLoader/GDB/CMakeLists.txt | 1 + source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 32 +++++++++------------- .../ObjectFile/Breakpad/ObjectFileBreakpad.cpp | 2 ++ .../ObjectFile/Breakpad/ObjectFileBreakpad.h | 7 +++++ source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 2 ++ source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 7 +++++ source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 2 ++ source/Plugins/ObjectFile/JIT/ObjectFileJIT.h | 7 +++++ .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 ++ source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 7 +++++ .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 2 ++ .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 7 +++++ .../Plugins/Process/Windows/Common/CMakeLists.txt | 13 ++------- .../Common/x64/RegisterContextWindows_x64.cpp | 4 +++ .../Common/x64/RegisterContextWindows_x64.h | 4 +++ .../Common/x86/RegisterContextWindows_x86.cpp | 4 +++ .../Common/x86/RegisterContextWindows_x86.h | 4 +++ .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 5 +--- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 2 ++ source/Plugins/SymbolVendor/ELF/CMakeLists.txt | 1 + .../Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 9 ++---- source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt | 1 + .../SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 9 ++---- source/Symbol/ObjectFile.cpp | 2 ++ 25 files changed, 95 insertions(+), 45 deletions(-)