This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b1cebed3e Fix the Xcode project (pt. 2) new e23d0515d [Symbol] Search symbols with name and type in a symbol file
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 | 2 + include/lldb/Symbol/SymbolVendor.h | 2 + source/Core/Address.cpp | 6 ++- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 52 +++++++++++++++++++++++++ source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 + source/Symbol/SymbolVendor.cpp | 27 ++++++++----- unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 17 ++++++++ 7 files changed, 97 insertions(+), 11 deletions(-)