[Lldb-commits] [PATCH] D19446: ObjectFile: parse EABI Attributes

Saleem Abdulrasool via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 22 16:08:52 PDT 2016


compnerd created this revision.
compnerd added a reviewer: clayborg.
compnerd added a subscriber: lldb-commits.
compnerd set the repository for this revision to rL LLVM.

This adds basic parsing of the EABI attributes section.  This section contains
additional information about the target for which the file was built.  Attempt
to infer additional architecture information from that section.

This is still relatively light in terms of inferred information.  However, this lays the groundwork for inferring more information in the future.

Suggestions for testing this welcome.

Repository:
  rL LLVM

http://reviews.llvm.org/D19446

Files:
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  source/Plugins/ObjectFile/ELF/ObjectFileELF.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19446.54744.patch
Type: text/x-patch
Size: 5316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160422/0a63226c/attachment.bin>


More information about the lldb-commits mailing list