This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2dc1d393d [NativePDB] Fix ast-reconstruction test on x86 new c581b6b1c Revert "[PDB] Support PDB-backed expressions evaluation" new dc5b80b29 Skip TestRequireHWBreakpoints on Windows
The 2 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 ------------------ .../TestRequireHWBreakpoints.py | 4 ++ 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 ++++++++++------------ 13 files changed, 38 insertions(+), 135 deletions(-) delete mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest.cpp delete mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script delete mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script delete mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script delete mode 100644 lit/SymbolFile/PDB/expressions.test