This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f9eac3988 [LLDB] Fix FreeBSD/Darwin build new dd6b8df65 Add a target modules dump ast command.
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/ClangASTContext.h | 7 +- include/lldb/Symbol/SymbolFile.h | 2 + source/Commands/CommandObjectTarget.cpp | 95 ++++++++++++++++++++-- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 8 ++ source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 + .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 7 ++ .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 2 + .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 6 ++ .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 2 + source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 2 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 8 ++ source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 + source/Symbol/ClangASTContext.cpp | 7 +- 13 files changed, 140 insertions(+), 10 deletions(-)