[Lldb-commits] [PATCH] D144311: [debugserver] Add one additional sleep before attaching after waiting

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 23 11:21:32 PST 2023


jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.

Ah, sorry I missed this one, LGTM.  Attaching to a process very early in startup during this transition between dyld's is especially difficult to recover from; letting the process run a little extra to get past this is a good workaround.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144311



More information about the lldb-commits mailing list