[Lldb-commits] [PATCH] D11460: Speed up NativeProcessLinux::GetLoadedModuleFileSpec
Tamas Berghammer
tberghammer at google.com
Thu Jul 23 07:41:33 PDT 2015
tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.
LGTM
Thanks for doing it. I planed to do it for a long time as a cleanup, but haven't expected it to have any effect on attach speed. If you still aren't happy with the parsing speed you can possibly cache the the content of /proc/<pid>/maps in memory for the time the process is stopped.
http://reviews.llvm.org/D11460
More information about the lldb-commits
mailing list