[Lldb-commits] [PATCH] D16627: Add support to detect arm hard float ABI based binaries for ABISysV_arm

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 27 06:08:40 PST 2016


omjavaid created this revision.
omjavaid added reviewers: tberghammer, clayborg.
omjavaid added a subscriber: lldb-commits.
Herald added subscribers: rengolin, aemerson.

This patch adds logic to detect if underlying binary is using arm hard float abi and use that information while handling return values in ABISysV_arm.

This patch only handles float and double passed using floating point registers.

More return types and argument passing will be handled in a follow up patches.

http://reviews.llvm.org/D16627

Files:
  include/lldb/Core/ArchSpec.h
  source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  source/Plugins/ABI/SysV-arm/ABISysV_arm.h
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16627.46126.patch
Type: text/x-patch
Size: 5388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160127/64a6de63/attachment.bin>


More information about the lldb-commits mailing list