[Lldb-commits] [PATCH] D84272: Add checks for ValueObjectSP in Cocoa summary providers
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 24 14:27:42 PDT 2020
teemperor accepted this revision.
teemperor added a comment.
I'm still not sure how this can happen or how this could be tested, but this patch seems reasonable. Also it seems we usually do nullptr checks on GetSyntheticChildAtOffset results, so at least it would be consistent if we do it here too. So LGTM.
The patch description is a bit confusing so maybe clarify that before landing (I'm not sure what "that looks related to we had good ValueObjectSP for some Cocoa summary providers" means).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84272/new/
https://reviews.llvm.org/D84272
More information about the lldb-commits
mailing list