]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace
authorTijl Coosemans <tijl@FreeBSD.org>
Sun, 4 Mar 2012 20:24:28 +0000 (20:24 +0000)
committerTijl Coosemans <tijl@FreeBSD.org>
Sun, 4 Mar 2012 20:24:28 +0000 (20:24 +0000)
commitd8a023328da89d47e148983842c73e3cd89c506e
treea44f4057b921982da3b1014d71f9af06ef650cbb
parent21d0ce786838f9ea6ca4bf455969c804c7d39397
Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace
amd64/i386/pc98 ptrace.h with stubs.

For amd64 PT_GETXSTATE and PT_SETXSTATE have been redefined to match the
i386 values. The old values are still supported but should no longer be
used.

Reviewed by: kib
sys/amd64/amd64/ptrace_machdep.c
sys/amd64/include/ptrace.h
sys/i386/include/ptrace.h
sys/pc98/include/ptrace.h
sys/x86/include/ptrace.h [new file with mode: 0644]