[Lldb-commits] [PATCH] D65414: Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 31 04:41:53 PDT 2019
labath added subscribers: amccarth, labath.
labath added a comment.
I think @amccarth kind of inherited the PDB stuff from Zach, but if you just need to try out a patch on windows, I can do that too. I was hoping I would be able to create a core file which you could open up on your end and reproduce the problem yourself, but unfortunately it seems that the Native PDB reader does not interact very well with core (minidump) files. This is a use case that both I and Adrian are interested in, so we will make that work eventually, but that might take a while...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65414/new/
https://reviews.llvm.org/D65414
More information about the lldb-commits
mailing list