[Lldb-commits] [PATCH] D151966: [lldb] Default can_create to true in GetChildMemberWithName (NFC)
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 1 23:01:51 PDT 2023
bulbazord added a comment.
If every caller sets this to true, why not remove the argument altogether? It looks like `ValueObjectRegister::GetChildMemberWithName` doesn't use the argument, `ValueObject::GetChildMemberWithName` and `ValueObjectSynthetic::GetChildMemberWithName` just pass it along to `GetChildAtIndex`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151966/new/
https://reviews.llvm.org/D151966
More information about the lldb-commits
mailing list