aboutsummaryrefslogtreecommitdiffstats
path: root/debuggerd/vfp.S
Commit message (Collapse)AuthorAgeFilesLines
* debuggerd: Extend condition for exclusion of the fconstd instructionArne Coucheron2012-07-101-0/+5
| | | | | | | | The fconstd instruction only exists in ARM cores with VFPv3 or later. Currently all supported ARMv6 targets do not have VFPv3 or later, so let's just extend based on this trend. Change-Id: Icbbaadb69564b9bab7b55fdada408247c214f038
* Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16Colin Cross2010-03-101-0/+2
| | | | Change-Id: I6007ff21076e92b04a17fb030472a9f8842f0315
* Dump VFP registers and status word when native app crashes.Ben Cheng2009-12-171-0/+41
Bug: 2226399 Caveat: d0/d1 appear to be clobbered by ptrace. It will be tracked by a new bug.