[Lldb-commits] [PATCH] D141318: [lldb] Store shared pointers in DieToTypePtr map instead of raw pointers

Augusto Noronha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 9 12:52:08 PST 2023


augusto2112 added a comment.
Herald added a subscriber: JDevlieghere.

I changed the value of the map to a shared pointer, but could change it to a weak pointer instead, not sure which is more appropriate in this case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141318/new/

https://reviews.llvm.org/D141318



More information about the lldb-commits mailing list