llvm-project/lldb/source/Plugins/SymbolFile/PDB
Aleksandr Urakov 398f81b3b4 [PDB] Resolve a symbol context block info correctly
Summary:
This patch allows to resolve a symbol context block info even if a function
info was not requested. Also it adds the correct resolving of nested blocks
(the previous implementation used function blocks instead of them).

Reviewers: zturner, asmith, labath

Reviewed By: asmith

Subscribers: lldb-commits, stella.stamenova

Tags: #lldb

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

llvm-svn: 340901
2018-08-29 07:26:11 +00:00
..
CMakeLists.txt Convert a location information from PDB to a DWARF expression 2018-07-13 10:29:27 +00:00
PDBASTParser.cpp Fix compiler warnings after rL339649. 2018-08-17 07:28:24 +00:00
PDBASTParser.h [PDB] Parse UDT symbols and pointers to members (combined patch) 2018-08-14 07:57:44 +00:00
PDBLocationToDWARFExpression.cpp Update LLDB for LLVM CodeView API change in r339907 2018-08-16 17:51:58 +00:00
PDBLocationToDWARFExpression.h Convert a location information from PDB to a DWARF expression 2018-07-13 10:29:27 +00:00
SymbolFilePDB.cpp [PDB] Resolve a symbol context block info correctly 2018-08-29 07:26:11 +00:00
SymbolFilePDB.h Remove append parameter to FindGlobalVariables 2018-05-31 09:46:26 +00:00