fdeazeve added inline comments. Herald added a subscriber: JDevlieghere.
================ Comment at: lldb/source/Breakpoint/Breakpoint.cpp:332 +void Breakpoint::ResetHitCount() { + m_hit_counter.Reset(); + for (size_t i = 0; i < GetNumLocations(); ++i) ---------------- By the way, I don' think this counter is ever incremented anywhere. I'll removing it in a separate patch and see what happens Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133858/new/ https://reviews.llvm.org/D133858 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits