llvm-project/lldb/lit/SymbolFile
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
..
Breakpad breakpad: Add FUNC records to the symtab 2019-01-22 04:56:31 +00:00
DWARF Recommit "Add a verbose mode to "image dump line-table" and use it to write a .debug_line test" 2019-01-17 13:11:04 +00:00
NativePDB [NativePDB] Fix lldb-x64-windows-ninja after r352464 2019-01-29 10:46:28 +00:00
PDB [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00