[Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 2 13:57:28 PDT 2016


emaste added a comment.

> This is a particular problem on OS X because we support debugging with the debug info in .o files, so for a complex project we could be opening lots of those files. If you don't do that, then it's more like number of shared libraries a normal program will open. That's unlikely to get to more than 1024.


OK. We'll want to support the same approach in FreeBSD too, but other tooling needs to be in place first (at least a new linker) so it can be left alone for now. We can just bump it up if/when it becomes a problem.


https://reviews.llvm.org/D22950





More information about the lldb-commits mailing list