[Lldb-commits] [PATCH] D133858: [lldb] Reset breakpoint hit count before new runs
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 15 03:22:49 PDT 2022
fdeazeve added a comment.
In D133858#3791290 <https://reviews.llvm.org/D133858#3791290>, @mib wrote:
> I don't think it's necessary to add the `DoWillAttachToProcessWithID` method and override it in each process plugin. I think you could have just reset the `hit_counter` in the top-level `Process::{Attach,Launch}` class.
@jingham Thoughts on this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133858/new/
https://reviews.llvm.org/D133858
More information about the lldb-commits
mailing list