]> sourceware.org Git - systemtap.git/commitdiff
Get syscall tapsets working on ppc64 RHEL4 by providing missing defines.
authorDavid Smith <dsmith@redhat.com>
Tue, 5 Feb 2013 18:58:12 +0000 (12:58 -0600)
committerDavid Smith <dsmith@redhat.com>
Tue, 5 Feb 2013 18:58:12 +0000 (12:58 -0600)
* tapset/linux/powerpc/aux_syscalls.stp: Add missing PTRACE_* defines.

tapset/linux/powerpc/aux_syscalls.stp

index 0b68ca11afac745054ade00377195d9a9663f2a6..86ac55f6d97e2eac4f86d4245766b1f8af0d79cc 100644 (file)
 #ifndef PTRACE_SETFPREGS
 # define PTRACE_SETFPREGS 15
 #endif
+#ifndef PTRACE_GETEVRREGS
+# define PTRACE_GETEVRREGS 20
+#endif
+#ifndef PTRACE_SETEVRREGS
+# define PTRACE_SETEVRREGS 21
+#endif
 #ifndef PTRACE_GETREGS64
 # define PTRACE_GETREGS64 22
 #endif
 #ifndef PTRACE_SETREGS64
 # define PTRACE_SETREGS64 23
 #endif
+#ifndef PTRACE_GET_DEBUGREG
+# define PTRACE_GET_DEBUGREG 25
+#endif
+#ifndef PTRACE_SET_DEBUGREG
+# define PTRACE_SET_DEBUGREG 26
+#endif
 #ifndef PTRACE_SINGLEBLOCK
 # define PTRACE_SINGLEBLOCK 0x100
 #endif
This page took 0.031108 seconds and 5 git commands to generate.