[Lldb-commits] [PATCH] D61886: Support member functions construction and lookup in PdbAstBuilder
Mikhail Senkov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 14 03:16:28 PDT 2019
zloyrobot created this revision.
zloyrobot added reviewers: amccarth, aleksandr.urakov, stella.stamenova.
zloyrobot added a project: LLDB.
Herald added subscribers: lldb-commits, teemperor.
This path implements member function support in PdbAstBuilder::GetOrCreateFunctionDecl. It allows to lookup and evaluate struct fields inside struct members
Repository:
rLLDB LLDB
https://reviews.llvm.org/D61886
Files:
lldb/lit/SymbolFile/NativePDB/Inputs/struct-fields.lldbinit
lldb/lit/SymbolFile/NativePDB/struct-fields.cpp
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61886.199387.patch
Type: text/x-patch
Size: 9095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190514/314f76e9/attachment.bin>
More information about the lldb-commits
mailing list