diff options
| author | Anshuman Khandual <khandual@linux.vnet.ibm.com> | 2016-07-27 22:57:43 -0400 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-07-31 21:15:23 -0400 |
| commit | cf89d4e1b181bda27a5d52f4afd239ea07e84eb0 (patch) | |
| tree | 0e3bfda868eb78f5c26d9645a57a53d322f1bedc /arch/powerpc/include/uapi | |
| parent | fa439810cc1b3c927ec24ede17d02467e1b143a1 (diff) | |
powerpc/ptrace: Enable support for EBB registers
This patch enables support for EBB state registers related
ELF core note NT_PPC_EBB based ptrace requests through
PTRACE_GETREGSET, PTRACE_SETREGSET calls. This is achieved
through adding one new register sets REGSET_EBB in powerpc
corresponding to the ELF core note sections added in this
regard. It also implements the get, set and active functions
for this new register sets added.
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/uapi')
| -rw-r--r-- | arch/powerpc/include/uapi/asm/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/elf.h b/arch/powerpc/include/uapi/asm/elf.h index e703c646163b..8c4d71a59259 100644 --- a/arch/powerpc/include/uapi/asm/elf.h +++ b/arch/powerpc/include/uapi/asm/elf.h | |||
| @@ -94,6 +94,7 @@ | |||
| 94 | #define ELF_NVMX 34 /* includes all vector registers */ | 94 | #define ELF_NVMX 34 /* includes all vector registers */ |
| 95 | #define ELF_NVSX 32 /* includes all VSX registers */ | 95 | #define ELF_NVSX 32 /* includes all VSX registers */ |
| 96 | #define ELF_NTMSPRREG 3 /* include tfhar, tfiar, texasr */ | 96 | #define ELF_NTMSPRREG 3 /* include tfhar, tfiar, texasr */ |
| 97 | #define ELF_NEBB 3 /* includes ebbrr, ebbhr, bescr */ | ||
| 97 | 98 | ||
| 98 | typedef unsigned long elf_greg_t64; | 99 | typedef unsigned long elf_greg_t64; |
| 99 | typedef elf_greg_t64 elf_gregset_t64[ELF_NGREG]; | 100 | typedef elf_greg_t64 elf_gregset_t64[ELF_NGREG]; |
