[Lldb-commits] [PATCH] D65207: LLGS: fix tracking execve on linux

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 24 15:31:45 PDT 2019


clayborg added a comment.

Is this not going to be racy on other platforms? Or do all platforms stop at entry point once a program has been exec'ed? I am worried we might miss the breakpoint.


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

https://reviews.llvm.org/D65207





More information about the lldb-commits mailing list