[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 Jan 15 08:13:41 PST 2019
leonid.mashinskiy updated this revision to Diff 181792.
leonid.mashinskiy set the repository for this revision to rLLDB LLDB.
leonid.mashinskiy added a comment.
Herald added a subscriber: arphaman.
- Ported implementation to NativePDB plugin.
- Implemented GetVariableLocationInfo for local variables of S_DEFRANGE_FRAMEPOINTER_REL and S_DEFRANGE_REGISTER_REL type
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/NativePDB/CMakeLists.txt
source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h
source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
source/Plugins/SymbolFile/NativePDB/PdbIndex.h
source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
source/Plugins/SymbolFile/NativePDB/PdbUtil.h
source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
source/Plugins/SymbolFile/PDB/CMakeLists.txt
source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
unittests/SymbolFile/CMakeLists.txt
unittests/SymbolFile/NativePDB/CMakeLists.txt
unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55122.181792.patch
Type: text/x-patch
Size: 100479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190115/098706af/attachment-0001.bin>
More information about the lldb-commits
mailing list