[Lldb-commits] [lldb] Refactor LLDB Breakpoint Event Notifications to centralize and eliminate code duplication (PR #164739)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 23 12:22:38 PDT 2025
================
@@ -17,12 +17,7 @@ using namespace lldb_private;
static void NotifyChange(const BreakpointSP &bp, BreakpointEventType event) {
Target &target = bp->GetTarget();
----------------
clayborg wrote:
Remove this line
https://github.com/llvm/llvm-project/pull/164739
More information about the lldb-commits
mailing list