JDevlieghere added inline comments.
================
Comment at: lldb/source/Target/Process.cpp:2763-2766
+static void ResetHitCounts(Process &Proc) {
+ for (const auto &BP : Proc.GetTarget().GetBreakpointList().Breakpoints())
+ BP->ResetHitCount();
+}
----------------
Can this be a private member so we don't have to pass in `*this`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133858/new/
https://reviews.llvm.org/D133858
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits