jingham added a comment.

I am pretty sure other Unix-es share the code to dlopen images that backs 
"Process::LoadImage".  It is trivial compared to the ObjC ones, but is does 
have a couple of lines of code, 'cause it tries the dlopen and then if that 
fails, calls dlerror to fetch the error.  That is done with a UtilityFunction 
because it turns out that's performance sensitive for swift.


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

https://reviews.llvm.org/D97249

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to