Can someone explain this flag to me?  I've read the documentation, but it's
still not clear to me.  If you ask dlsym() to search some module X, why
would it ever search modules other than X?

The reason I ask about this is that llvm support library already has a
DynamicLibrary class whose purpose almost exactly matches what we're using
the Host::DynamicLibrary related functions for.  However, it doesn't use
the RTLD_FIRST flag, and so I'm not sure what the implications are of us
using it and deleting our own DynamicLibrary code.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to