Parse .note.android.ident header from elf files
authorTamas Berghammer <tberghammer@google.com>
Wed, 18 Mar 2015 10:36:27 +0000 (10:36 +0000)
committerTamas Berghammer <tberghammer@google.com>
Wed, 18 Mar 2015 10:36:27 +0000 (10:36 +0000)
commitdb037d9c4914aec989c860888230b2ce70dce019
tree86fa7f0b7c9bc1e1b658204e91f18a56f3d0bf05
parent1a9f58b32d7e5892aa7c360ff11c07641e8c7159
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.

Differential revision: http://reviews.llvm.org/D8377

llvm-svn: 232625
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp