[Lldb-commits] [lldb] Lazy deference underlying object for shared/weak/unique_ptr synthetic… (PR #67069)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 21 16:16:41 PDT 2023
jimingham wrote:
Supposedly, Update returns true or false based on whether the update succeeds. If we took that seriously, then it would be worrisome that you move one of the possible failure modes from Update to GetChildAtIndex. But both these functions return false no matter what happens, so I guess we must not take that return value seriously?
If we don't, we should probably stop returning it?
https://github.com/llvm/llvm-project/pull/67069
More information about the lldb-commits
mailing list