This is an archive of the discontinued LLVM Phabricator instance.

Fix module cache sym links' creation for symbol files
ClosedPublic

Authored by ovyalov on Nov 2 2015, 4:16 PM.

Details

Reviewers
tberghammer
Summary

Pass symbol file platform's file spec to ModuleCache::Put - i.e., to make sym link path like this: .lldb/module_cache/remote-android/04a2366b2238fb06/data/dalvik-cache/arm/system@framework@boot.oat.sym

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 39000.Nov 2 2015, 4:16 PM
ovyalov retitled this revision from to Fix module cache sym links' creation for symbol files.
ovyalov updated this object.
ovyalov added a reviewer: tberghammer.
ovyalov added a subscriber: lldb-commits.
tberghammer accepted this revision.Nov 2 2015, 4:27 PM
tberghammer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 2 2015, 4:27 PM