http://stackoverflow.com/questions/5103443/how-to-check-what-shared-library-is-loaded-at-run-time

Potentially, we may add optional pid request field to qModuleInfo and then try 
either to call remotely dlopen(NULL, RTLD_NOW) in a zygote process (it might be 
tricky since this requires dl library loaded into a process) or parse 
/proc/$pid/maps


http://reviews.llvm.org/D8221

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to