]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux: make PTRACE_SETREGS use a correct struct
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 30 Oct 2021 09:13:32 +0000 (10:13 +0100)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 30 Oct 2021 09:13:37 +0000 (10:13 +0100)
commitf0d9a6a781f331440baf9a846e773e44a297d59c
tree32a5d54e3c23285ba198bec94bc190f8ac22f910
parent8bbc0600cc21bbfdc3b8e67199eec4220952b7e3
linux: make PTRACE_SETREGS use a correct struct

Note that this is largely untested at this point, as was
the previous version; I'm committing this mostly to get
rid of `struct linux_pt_reg`.

Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D32735
sys/amd64/linux/linux.h
sys/amd64/linux/linux_machdep.c
sys/amd64/linux/linux_ptrace.c