[Lldb-commits] [PATCH] D19480: Fix ARM attribute parsing for Android after rL267291

Stephen Hines via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 25 07:49:24 PDT 2016


srhines added a comment.

In http://reviews.llvm.org/D19480#410664, @tberghammer wrote:

> This patch only effects debugging (all modified file is part of LLDB).
>
> I want to get the Android <-> EABI part fixed ASAP as a recent LLDB change completely broke Android ARM debugging with adding ARM.Attributes support (causing Environment mismatch between EABI and Android when the executable contains an ".note.android.ident" while the shared library isn't).
>
> I can change the patch to check only for the Android <-> EABI case and we can wait with the hard-float part as almost nobody using hard-float if you think that is a better idea.


I would prefer that this patch not address any of the Hard/Soft FP mismatch problem. If you can make it just fix the Android/EABI case you are looking at, that would be the best option.


http://reviews.llvm.org/D19480





More information about the lldb-commits mailing list