[Lldb-commits] [PATCH] D15152: Change Platform::LoadImage to copy the file to the remote platform

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 2 10:46:17 PST 2015


jingham added a subscriber: jingham.
jingham added a comment.

We use process load to load images that are already extant (and system libraries at that.)  So it's got to be possible to load a library into a target process without trying to get the image over to the target.  And given how slow some targets are, it would be better to have a mode which does no checking but goes straight to the dlopen.

If you follow Greg's suggestion of providing an install spec, then an empty install spec could be the indication that you assume the binary is already present.


http://reviews.llvm.org/D15152





More information about the lldb-commits mailing list