[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
Tue Dec 4 04:25:06 PST 2018
leonid.mashinskiy updated this revision to Diff 176597.
leonid.mashinskiy added a comment.
- add more tests on dependent programs
- handle parsing of cyclically dependent programs properly
- remove default cases for fully covered enums as mentioned in conding standart
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.176597.patch
Type: text/x-patch
Size: 70347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181204/4d83e211/attachment-0001.bin>
More information about the lldb-commits
mailing list