[Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 11 14:34:27 PDT 2016


clayborg added a comment.

My only issue with this patch is that is uses llvm::SmallVector. Although the class is nice, we don't have visibility into this class when debugging like we do when we use STL collections. I would rather not move to SmallVector if we don't need to. Jim, thoughts?


https://reviews.llvm.org/D23406





More information about the lldb-commits mailing list