Searched refs:PT_GETREGS (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ptrace.h | 77 #define PT_GETREGS 33 /* get general-purpose registers */ macro
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_ptrace.c | 293 error = kern_ptrace(td, PT_GETREGS, pid, &u.bsd_reg, 0); in linux_ptrace() 420 error = kern_ptrace(td, PT_GETREGS, pid, &u.bsd_reg, 0); in linux_ptrace()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_ptrace.c | 424 error = kern_ptrace(td, PT_GETREGS, pid, &b_reg, 0); in linux_ptrace_getregs() 488 error = kern_ptrace(td, PT_GETREGS, pid, &b_reg, 0); in linux_ptrace_getregset_prstatus()
|
| /f-stack/freebsd/kern/ |
| H A D | sys_process.c | 492 case PT_GETREGS: in sys_ptrace() 540 case PT_GETREGS: in sys_ptrace() 1173 case PT_GETREGS: in kern_ptrace()
|