[Lldb-commits] [lldb] Lazy deference underlying object for shared/weak/unique_ptr synthetic… (PR #67069)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 21 16:29:53 PDT 2023


walter-erquinigo wrote:

@jimingham , IIRC from old experiments regarding the synthetic formatter code, `true` is returned when you want to avoid caching the results of the `Update`, which means that if you want to persist the success or the failure, you just return `false`. I might be wrong but that's the behavior I recall I observed a while ago.

https://github.com/llvm/llvm-project/pull/67069


More information about the lldb-commits mailing list