This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8b184b0fb build: use cmake to find the libedit content new 7c2fc1bea [SymbolFilePDB] Add support for resolving variable symbols
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: lit/SymbolFile/PDB/Inputs/VariablesTest.cpp | 50 ++++ lit/SymbolFile/PDB/variables.test | 58 +++++ source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 304 +++++++++++++++++++++++- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 12 + 4 files changed, 420 insertions(+), 4 deletions(-) create mode 100644 lit/SymbolFile/PDB/Inputs/VariablesTest.cpp create mode 100644 lit/SymbolFile/PDB/variables.test