[Lldb-commits] [lldb] [lldb] Refactor LLDB Breakpoint Event Notifications to centralize and eliminate code duplication (PR #164739)

via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 24 10:02:58 PDT 2025


================
@@ -1346,6 +1346,13 @@ class Target : public std::enable_shared_from_this<Target>,
                                const lldb_private::RegisterFlags &flags,
                                uint32_t byte_size);
 
+  /// Sends a breakpoint notification event if any listener is registered.
----------------
jimingham wrote:

Other than that comment comment, this looks fine to em.

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


More information about the lldb-commits mailing list