[Lldb-commits] [PATCH] D134882: [lldb] Move breakpoint hit reset code to Target::CleanupProcess

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 3 08:44:11 PDT 2022


labath added a comment.

Here's an even better idea. I've now doing it in Target::CleanupProcess, right next to the code for resetting **watch**point hit counts.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134882



More information about the lldb-commits mailing list