[Lldb-commits] [PATCH] D66357: Fix GetDIEForDeclContext so it only returns entries matching the provided context
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 19 07:34:58 PDT 2019
labath added a comment.
If you're in a position to control how the class gets created, you can just make a new test class which inherits from `DWARFASTParserClang` and increases the visibility of that method. (Though I am somewhat doubtful you'll be able to construct this class without any of the other machinery around.)
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66357/new/
https://reviews.llvm.org/D66357
More information about the lldb-commits
mailing list