From 6375f151a73bcd44152e572c323bc5b50fa3255e Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Wed, 2 Sep 2015 07:55:37 +1000 Subject: [PATCH] Add PowerPC specific ptrace constants * xlat/ptrace_cmds.in: Add PowerPC specific ptrace constants. --- xlat/ptrace_cmds.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xlat/ptrace_cmds.in b/xlat/ptrace_cmds.in index e28a5dfb..257420b3 100644 --- a/xlat/ptrace_cmds.in +++ b/xlat/ptrace_cmds.in @@ -65,6 +65,9 @@ PTRACE_GETVSRREGS PTRACE_SETVSRREGS PTRACE_GET_DEBUGREG PTRACE_SET_DEBUGREG +PPC_PTRACE_GETHWDBGINFO +PPC_PTRACE_SETHWDEBUG +PPC_PTRACE_DELHWDEBUG /* s390 */ PTRACE_PEEKUSR_AREA PTRACE_POKEUSR_AREA -- 2.50.1