[Lldb-commits] [PATCH] D152712: [lldb][Android] Use a lambda for calls to ::open in RetryAfterSignal
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 13 15:12:57 PDT 2023
bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.
I don't really work on android-related code anymore but this change seems alright to me. There's prior art in LLVM which makes it a lot easier to accept. It's unfortunate that we need this workaround because of an issue with Bionic, but that's life.
You may want to wait until another person has a chance to look at this though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152712/new/
https://reviews.llvm.org/D152712
More information about the lldb-commits
mailing list