This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3319d0c21 [lldb][NFC] Tablegenify disassemble new 52b073e2d SymbolVendor: Move compile unit handling into the SymbolFile class
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/Symbol/SymbolFile.h | 11 ++-- include/lldb/Symbol/SymbolVendor.h | 9 ---- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 12 ++--- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 8 ++- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 10 ++-- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 8 +-- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 10 ++-- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 6 +-- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 5 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 7 ++- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 55 +++++++++----------- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 9 ++-- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 2 +- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 8 +-- source/Symbol/SymbolFile.cpp | 48 +++++++++++++++++ source/Symbol/SymbolVendor.cpp | 60 +++------------------- tools/lldb-test/lldb-test.cpp | 2 +- 17 files changed, 127 insertions(+), 143 deletions(-)