[Lldb-commits] [PATCH] Add filepath to qModuleInfo packet

Oleksiy Vyalov ovyalov at google.com
Tue Mar 10 17:35:14 PDT 2015


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/






More information about the lldb-commits mailing list