[Lldb-commits] [PATCH] D57552: Handle "." in target.source-map in PathMapListing::FindFiles

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 1 10:16:28 PST 2019


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





More information about the lldb-commits mailing list