jingham marked 2 inline comments as done.
jingham added a comment.

In D57552#1380782 <https://reviews.llvm.org/D57552#1380782>, @ted wrote:

> FYI, @jingham , this is also an issue with DYLD plugins, if the file in the 
> link map starts with ".". "image search-paths add . /path/to/my/libraries" 
> fails in this case, because "./library.so" gets changed to "library.so".


This should fix that issue as well, since image search-paths are also 
PathMappingLists.  I don't see any tests for this, however.  Do you have 
something handy you could turn into a test?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D57552



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

Reply via email to