llvm-project/lldb/lit/SymbolFile/PDB/Inputs
Aleksandr Urakov 758657e565 [PDB] Fix location retrieval for function local variables and arguments that are
stored relative to VFRAME

Summary:
This patch makes LLDB able to retrieve proper values for function arguments and
local variables stored in PDB relative to VFRAME register.

Patch contains retrieval of corresponding FPO table entries from PDB and a
generic translator from FPO programs to DWARF expressions to get correct VFRAME
value.

Patch also improves variables-locations.test and makes this test passable on
x86.

Patch By: leonid.mashinsky

Reviewers: zturner, asmith, stella.stamenova, aleksandr.urakov

Reviewed By: zturner

Subscribers: arphaman, labath, mgorny, aprantl, JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D55122

llvm-svn: 352845
2019-02-01 10:01:18 +00:00
..
AstRestoreTest.cpp [PDB] Introduce `MSVCUndecoratedNameParser` 2018-11-06 08:02:55 +00:00
CallingConventionsTest.cpp [PDB] Restore the calling convention from PDB 2018-09-26 09:03:34 +00:00
ClassLayoutTest.cpp [PDB] Parse UDT symbols and pointers to members (combined patch) 2018-08-14 07:57:44 +00:00
CompilandsTest.cpp
ExpressionsTest.cpp [PDB] Support PDB-backed expressions evaluation (+ fix stuck test) 2018-12-03 13:31:13 +00:00
ExpressionsTest0.script [PDB] Support PDB-backed expressions evaluation (+ fix stuck test) 2018-12-03 13:31:13 +00:00
ExpressionsTest1.script [PDB] Support PDB-backed expressions evaluation (+ fix stuck test) 2018-12-03 13:31:13 +00:00
ExpressionsTest2.script [PDB] Support PDB-backed expressions evaluation (+ fix stuck test) 2018-12-03 13:31:13 +00:00
FuncSymbols.cpp [SymbolFilePDB] Add support for function symbols 2018-02-09 05:31:28 +00:00
FuncSymbolsTestMain.cpp [SymbolFilePDB] Add support for function symbols 2018-02-09 05:31:28 +00:00
FunctionLevelLinkingTest.cpp PDB support of function-level linking and splitted functions 2018-06-08 02:45:25 +00:00
FunctionLevelLinkingTest.h PDB support of function-level linking and splitted functions 2018-06-08 02:45:25 +00:00
FunctionLevelLinkingTest.ord PDB support of function-level linking and splitted functions 2018-06-08 02:45:25 +00:00
FunctionNestedBlockTest.cpp Retrieve a function PDB symbol correctly from nested blocks 2018-06-28 10:03:42 +00:00
PointerTypeTest.cpp [PDB] Parse UDT symbols and pointers to members (combined patch) 2018-08-14 07:57:44 +00:00
SimpleTypesTest.cpp [PDB] Handle `char` as a builtin type 2018-09-28 07:59:49 +00:00
TypeQualsTest.cpp [SymbolFilePDB] Add support for CVR pointer type qualifier 2018-03-07 00:39:25 +00:00
UdtLayoutTest.cpp [PDB] Parse UDT symbols and pointers to members (combined patch) 2018-08-14 07:57:44 +00:00
UdtLayoutTest.script [PDB] Parse UDT symbols and pointers to members (combined patch) 2018-08-14 07:57:44 +00:00
VBases.cpp [ClangASTContext] Extract VTable pointers from C++ objects 2018-11-12 16:23:50 +00:00
VBases.script [ClangASTContext] Extract VTable pointers from C++ objects 2018-11-12 16:23:50 +00:00
VariablesLocationsTest.cpp [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00
VariablesLocationsTest.script [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00
VariablesTest.cpp [SymbolFilePDB] Add support for resolving variable symbols 2018-05-23 01:52:42 +00:00