This is an archive of the discontinued LLVM Phabricator instance.

Parse .note.android.ident header from elf files
ClosedPublic

Authored by tberghammer on Mar 17 2015, 5:01 AM.

Details

Summary

Parse .note.android.ident header from elf files

In android a .note.android.ident section header is added to the elf
files to provide information for the debuggers that it is an android
specific module. This CL add logic to parse it out from the elf files
and set the module specification based on it.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Parse .note.android.ident header from elf files.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Mar 17 2015, 10:04 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Mar 17 2015, 10:04 AM
This revision was automatically updated to reflect the committed changes.