[Lldb-commits] [lldb] [lldb] Make StoppointSite class non-polymorphic (PR #190206)

Sergei Barannikov via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 2 09:08:37 PDT 2026


================
@@ -22,11 +22,9 @@ class StoppointSite {
   StoppointSite(lldb::break_id_t bid, lldb::addr_t m_addr,
                 uint32_t byte_size, bool hardware);
 
-  virtual ~StoppointSite() = default;
----------------
s-barannikov wrote:

Moved to `protected` section.

https://github.com/llvm/llvm-project/pull/190206


More information about the lldb-commits mailing list