[Lldb-commits] [lldb] [lldb] [mostly NFC] Large WP foundation: WatchpointResources (PR #68845)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 26 17:19:34 PDT 2023


================
@@ -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


More information about the lldb-commits mailing list