History log of /bionic/libc/kernel/arch-arm/asm/ptrace.h
Revision Date Author Comments
654325de026a2ca5b76b8b40e576c959d8211fdc 08-Mar-2012 Ben Cheng <bccheng@google.com> Update bionic kernel headers using update_all.py

Change-Id: I9c377436e9bf158e7236b3b7dcebf3e79fa961de
4b29af0a1b8b25b43e4c0cb9bf066c52f3add9bd 08-Mar-2012 Ben Cheng <bccheng@google.com> Revert "Update bionic kernel headers using update_all.py"

This reverts commit 94a85f663694e1869acb1c2e8a3c374a6fa3ab86

There is a smoke test failure for Prime but Crespo/Stingray are fine. Will revert the change for now until further investigation is made.
94a85f663694e1869acb1c2e8a3c374a6fa3ab86 07-Mar-2012 Ben Cheng <bccheng@google.com> Update bionic kernel headers using update_all.py

Change-Id: I4da6b23cdbce89445f1ca5d2fadeb23345ce694c
30b4d82bbab8f49ded1c309366ea02578e7b4e7a 01-Feb-2011 David 'Digit' Turner <digit@google.com> libc: Fix struct user_vfp definition.

This patch moves the definition of struct user_vfp from <asm/ptrace.h>
to <asm/user.h> for the ARM platform, in order to match the original
kernel headers.

See patches 94519 and 94520 for a description of the problem and a
fix for debuggerd that uses the structure.

This prevented us from properly re-running the kernel headers cleanup
scripts.

Change-Id: I43718a59ae49b9d89fc2d1c8affb65973fb2919c
459436f2f64640bbe066c689207f69be7ceb2bba 04-Nov-2010 Doug Kwan <dougkwan@google.com> Add missing PTRACE_SETVFPREGS.

Change-Id: I070903ea7ceb90a3ff54fbae09c0ac70a7af1e3d
ee84231886c2122ea4ac62fff5334e16a26b2ab6 17-Dec-2009 Ben Cheng <bccheng@google.com> Add user-space ptrace data structure to dump VFP registers and status word.
1dc9e472e19acfe6dc7f41e429236e7eef7ceda1 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
1767f908af327fa388b1c66883760ad851267013 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution