[Lldb-commits] [PATCH] D55122: [PDB] Fix location retrieval for function local variables and arguments that are stored relative to VFRAME
Leonid Mashinskiy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 3 08:04:51 PST 2018
leonid.mashinskiy updated this revision to Diff 176411.
leonid.mashinskiy added a comment.
Added unit tests for translator and fix issues mentioned by review
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55122/new/
https://reviews.llvm.org/D55122
Files:
lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.cpp
lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.script
lit/SymbolFile/PDB/variables-locations.test
source/Expression/DWARFExpression.cpp
source/Plugins/SymbolFile/PDB/CMakeLists.txt
source/Plugins/SymbolFile/PDB/CodeViewRegisterMapping.cpp
source/Plugins/SymbolFile/PDB/CodeViewRegisterMapping.h
source/Plugins/SymbolFile/PDB/PDBFPOProgramToDWARFExpression.cpp
source/Plugins/SymbolFile/PDB/PDBFPOProgramToDWARFExpression.h
source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
unittests/SymbolFile/PDB/CMakeLists.txt
unittests/SymbolFile/PDB/PDBFPOProgramToDWARFExpressionTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55122.176411.patch
Type: text/x-patch
Size: 69226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181203/b6ae6013/attachment-0001.bin>
More information about the lldb-commits
mailing list