[Lldb-commits] [PATCH] D45554: Make sure deleting all breakpoints clears their sites first
Eugene Zemtsov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 13 14:17:52 PDT 2018
eugene added a comment.
Well, I agree that breakpoints, locations and sites could benefit from ownership refactoring.
shared_ptr cycles are bad.
Let's discuss it at lldb-dev.
Meanwhile I think it's still ok to fix this bug right now, by doing what has already been done in other places.
https://reviews.llvm.org/D45554
More information about the lldb-commits
mailing list