]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux: make PTRACE_GETREGS return correct struct
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Fri, 29 Oct 2021 15:18:13 +0000 (16:18 +0100)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Fri, 29 Oct 2021 15:18:28 +0000 (16:18 +0100)
commitad0379660d0c77aaf0ca6ec19472b7bb173c5794
treed772f9328120414b4b70f81e26d7a9948224ea13
parentf939dccfd770df2f9070cd30aa52105b7afe1bde
linux: make PTRACE_GETREGS return correct struct

Previously it returned a shorter struct.  I can't find any
modern software that uses it, but tests/ptrace from strace(1)
repo complained.

Differential Revision: https://reviews.freebsd.org/D32601
sys/amd64/linux/linux_ptrace.c