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

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 29 10:08:25 PDT 2022


jingham added a comment.

If there's some guarantee that Target::CreateProcess HAS to be the way that a process is created, then this is fine.  Is there such a guarantee - the function is pretty trivial so somebody might be tempted to do the work in some other place but miss the breakpoint resetting.


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