[Lldb-commits] [PATCH] D133858: [lldb] Reset breakpoint hit count before new runs

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 27 11:22:41 PDT 2022


jingham added a comment.

If we use Target::CreateProcess to handle this task, how do we ensure that that will always get called any time we make a new process?  That function doesn't do all that much special, it's only a couple lines long so it could easily get inlined somewhere.


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