This is an archive of the discontinued LLVM Phabricator instance.

Add absolute load address support for the DynamicLoader plugins
ClosedPublic

Authored by tberghammer on Aug 21 2015, 4:45 AM.

Details

Summary

Add absolute load address support for the DynamicLoader plugins

The POSIX linker generally reports the load bias for the loaded
libraries but in some case it is useful to handle a library based on
absolute load address. Example use cases:

  • Windows linker uses absolute addresses
  • Library list came from different source (e.g. /proc/<pid>/maps)

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Add absolute load address support for the DynamicLoader plugins.
tberghammer updated this object.
tberghammer added reviewers: sas, clayborg.
tberghammer added a subscriber: lldb-commits.
clayborg accepted this revision.Aug 21 2015, 9:18 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Aug 21 2015, 9:18 AM
This revision was automatically updated to reflect the committed changes.