================ @@ -0,0 +1,146 @@ +//===-- WatchpointResourceList.h --------------------------------*- C++ -*-===// ---------------- JDevlieghere wrote:
Do we really need this class? It looks like a pretty trivial wrapper around a vector and a mutex. How much overlap is there with the `BreakpointSiteList.h`? Can we template this into a `StopPointList<WatchpointResource>`? https://github.com/llvm/llvm-project/pull/68845 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits