From eb9f081eab89c4f3df92695060bc748b777544f4 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Tue, 8 Jan 2013 18:45:36 +0000 Subject: [PATCH] --- yaml --- r: 356395 b: refs/heads/master c: 145c52d5ce304f93e15f6a0b4471b2ffae37b3a8 h: refs/heads/master i: 356393: c7082fc83c2bb9c672296a5685fa9be4dbda352e 356391: a837d681a4fa28f9b57ea558812518499569fbc2 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/include/uapi/asm/ptrace.h | 28 ++++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/[refs] b/[refs] index 15ec39e06ca5..a06498abcee6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4e8309baedfef8360f5b06ccaff8c45cff73cc4f +refs/heads/master: 145c52d5ce304f93e15f6a0b4471b2ffae37b3a8 diff --git a/trunk/arch/powerpc/include/uapi/asm/ptrace.h b/trunk/arch/powerpc/include/uapi/asm/ptrace.h index 5a4863c76b5f..66b9ca4ee94a 100644 --- a/trunk/arch/powerpc/include/uapi/asm/ptrace.h +++ b/trunk/arch/powerpc/include/uapi/asm/ptrace.h @@ -147,34 +147,34 @@ struct pt_regs { * structures. This also simplifies the implementation of a bi-arch * (combined (32- and 64-bit) gdb. */ -#define PTRACE_GETVRREGS 18 -#define PTRACE_SETVRREGS 19 +#define PTRACE_GETVRREGS 0x12 +#define PTRACE_SETVRREGS 0x13 /* Get/set all the upper 32-bits of the SPE registers, accumulator, and * spefscr, in one go */ -#define PTRACE_GETEVRREGS 20 -#define PTRACE_SETEVRREGS 21 +#define PTRACE_GETEVRREGS 0x14 +#define PTRACE_SETEVRREGS 0x15 /* Get the first 32 128bit VSX registers */ -#define PTRACE_GETVSRREGS 27 -#define PTRACE_SETVSRREGS 28 +#define PTRACE_GETVSRREGS 0x1b +#define PTRACE_SETVSRREGS 0x1c /* * Get or set a debug register. The first 16 are DABR registers and the * second 16 are IABR registers. */ -#define PTRACE_GET_DEBUGREG 25 -#define PTRACE_SET_DEBUGREG 26 +#define PTRACE_GET_DEBUGREG 0x19 +#define PTRACE_SET_DEBUGREG 0x1a /* (new) PTRACE requests using the same numbers as x86 and the same * argument ordering. Additionally, they support more registers too */ -#define PTRACE_GETREGS 12 -#define PTRACE_SETREGS 13 -#define PTRACE_GETFPREGS 14 -#define PTRACE_SETFPREGS 15 -#define PTRACE_GETREGS64 22 -#define PTRACE_SETREGS64 23 +#define PTRACE_GETREGS 0xc +#define PTRACE_SETREGS 0xd +#define PTRACE_GETFPREGS 0xe +#define PTRACE_SETFPREGS 0xf +#define PTRACE_GETREGS64 0x16 +#define PTRACE_SETREGS64 0x17 /* Calls to trace a 64bit program from a 32bit program */ #define PPC_PTRACE_PEEKTEXT_3264 0x95