This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0fa537f42 [lldbsuite] The test inside TestOverloadedFunctions.py has th [...] new 1f6593467 Convert a location information from PDB to a DWARF expression
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: .../PDB/Inputs/VariablesLocationsTest.cpp | 15 + .../PDB/Inputs/VariablesLocationsTest.script | 16 + lit/SymbolFile/PDB/variables-locations.test | 14 + source/Plugins/SymbolFile/PDB/CMakeLists.txt | 1 + .../PDB/PDBLocationToDWARFExpression.cpp | 585 +++++++++++++++++++++ .../SymbolFile/PDB/PDBLocationToDWARFExpression.h | 45 ++ source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 6 +- 7 files changed, 681 insertions(+), 1 deletion(-) create mode 100644 lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.cpp create mode 100644 lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.script create mode 100644 lit/SymbolFile/PDB/variables-locations.test create mode 100644 source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp create mode 100644 source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h