summaryrefslogtreecommitdiffstats
path: root/debuggerd/vfp.S
Commit message (Collapse)AuthorAgeFilesLines
* 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.