type syscall.PtraceRegs
5 uses
syscall (current package)
syscall_linux.go#L960: func PtraceGetRegs(pid int, regsout *PtraceRegs) (err error) {
syscall_linux.go#L967: func PtraceSetRegs(pid int, regs *PtraceRegs) (err error) {
syscall_linux_amd64.go#L108: func (r *PtraceRegs) PC() uint64 { return r.Rip }
syscall_linux_amd64.go#L110: func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }
ztypes_linux_amd64.go#L514: type PtraceRegs struct {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)