This is an archive of the discontinued LLVM Phabricator instance.

Make ModuleList::GetSharedModule to use module_search_paths parameter.
ClosedPublic

Authored by ovyalov on Mar 16 2015, 2:56 PM.

Details

Reviewers
vharron
clayborg
Summary

Make ModuleList::GetSharedModule to use module_search_paths parameter - so, setting target.exec-search-paths can be used in order to lookup a module.

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 22055.Mar 16 2015, 2:56 PM
ovyalov retitled this revision from to Make ModuleList::GetSharedModule to use module_search_paths parameter..
ovyalov updated this object.
ovyalov edited the test plan for this revision. (Show Details)
ovyalov added reviewers: clayborg, vharron.
ovyalov added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Mar 16 2015, 3:04 PM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Mar 16 2015, 3:04 PM
ovyalov closed this revision.Mar 16 2015, 4:47 PM

AFFECTED FILES

/lldb/trunk/source/Core/ModuleList.cpp

USERS

ovyalov (Author)

http://reviews.llvm.org/rL232437