This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e23d0515d [Symbol] Search symbols with name and type in a symbol file new dec877595 [PDB] Support PDB-backed expressions evaluation
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 ++++++++++++++++++ source/Expression/IRExecutionUnit.cpp | 2 +- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 6 +-- .../Process/Windows/Common/ProcessWindows.cpp | 5 ++- .../Windows/Common/RegisterContextWindows.cpp | 2 +- source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 40 ++++++++++++++++---- source/Plugins/SymbolFile/PDB/PDBASTParser.h | 4 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 44 ++++++++++++---------- 12 files changed, 135 insertions(+), 34 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