This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7a54a9380 Use llvm for dumping DWARF expressions new afa272589 Remove unused "append" parameter from FindTypes API
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 | 4 +- include/lldb/Symbol/SymbolFile.h | 5 +- source/Core/Module.cpp | 21 ++-- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 15 +-- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 4 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 6 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 110 +++++++++------------ source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 4 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 7 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 2 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 9 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 4 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 8 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 4 +- source/Symbol/SymbolFile.cpp | 9 +- tools/lldb-test/lldb-test.cpp | 6 +- 16 files changed, 87 insertions(+), 131 deletions(-)