[Lldb-commits] [PATCH] D119797: Fix race condition when launching and attaching.

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 15 12:31:50 PST 2022


wallace added a comment.

I agree with labath. Specially because I wouldn't like the user having aborted debug sessions if their setup takes longer than 10 seconds to get the process ready, which I imagine might happen with android or oculus devices using custom launch configs. What about using a condition variable and at the same time issue a progress notification mentioning that the LLDB is waiting for the process to stop? They could stop LLDB manually if something is not working properly for them in that case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119797



More information about the lldb-commits mailing list