aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: source/Breakpoint/BreakpointList.cpp:49
+      m_breakpoints.begin(), m_breakpoints.end(),
+      [&](const BreakpointSP &bp) { return bp->GetID() == break_id; });
+
----------------
very nice!


================
Comment at: source/Breakpoint/BreakpointList.cpp:106
+                     [&](const BreakpointSP &bp) { return bp->AllowDelete(); 
}),
+      m_breakpoints.end());
+}
----------------
also nice!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56425/new/

https://reviews.llvm.org/D56425



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to