[Lldb-commits] [PATCH] D144240: Clear read_fd_set if EINTR received
Emre Kultursay via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 21 08:12:52 PST 2023
emrekultursay added a comment.
> As discussed internally, it would be great if we could remove this android-specific code path (by removing support for OS versions which necessitated it).
For now, Android Studio still requires the ability to debug API levels 16-19. The next time that min API level is bumped up, we can revisit this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144240/new/
https://reviews.llvm.org/D144240
More information about the lldb-commits
mailing list