This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b8d248d06 [lit] Add a generic build script with a lit substitution. new c02803597 [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
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/ExpressionsTest.cpp | 20 ++++++++++ lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script | 7 ++++ lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script | 1 + lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script | 2 + lit/SymbolFile/PDB/expressions.test | 36 ++++++++++++++++++ packages/Python/lldbsuite/test/lldbutil.py | 2 + source/Expression/IRExecutionUnit.cpp | 2 +- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 6 +-- .../Process/Windows/Common/ProcessWindows.cpp | 5 ++- source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 40 ++++++++++++++++---- source/Plugins/SymbolFile/PDB/PDBASTParser.h | 4 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 44 ++++++++++++---------- 12 files changed, 136 insertions(+), 33 deletions(-) create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest.cpp create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script create mode 100644 lit/SymbolFile/PDB/expressions.test