[Lldb-commits] [PATCH] D55122: [PDB] Fix location retrieval for function local variables and arguments that are stored relative to VFRAME

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 1 02:01:20 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352845: [PDB] Fix location retrieval for function local variables and arguments that are (authored by aleksandr.urakov, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D55122?vs=184471&id=184695#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55122/new/

https://reviews.llvm.org/D55122

Files:
  lldb/trunk/lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.cpp
  lldb/trunk/lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.script
  lldb/trunk/lit/SymbolFile/PDB/variables-locations.test
  lldb/trunk/source/Expression/DWARFExpression.cpp
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
  lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  lldb/trunk/source/Plugins/SymbolFile/PDB/CMakeLists.txt
  lldb/trunk/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
  lldb/trunk/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
  lldb/trunk/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  lldb/trunk/unittests/SymbolFile/CMakeLists.txt
  lldb/trunk/unittests/SymbolFile/NativePDB/CMakeLists.txt
  lldb/trunk/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55122.184695.patch
Type: text/x-patch
Size: 102070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190201/3c157425/attachment-0001.bin>


More information about the lldb-commits mailing list