FreeBSD kernel kern code
ptrace_args Struct Reference

Data Fields

int req
 
pid_t pid
 
caddr_t addr
 
int data
 

Detailed Description

Definition at line 497 of file sys_process.c.

Field Documentation

caddr_t ptrace_args::addr

Definition at line 500 of file sys_process.c.

Referenced by sys_ptrace(), and systrace_args().

int ptrace_args::data

Definition at line 501 of file sys_process.c.

Referenced by sys_ptrace(), and systrace_args().

pid_t ptrace_args::pid

Definition at line 499 of file sys_process.c.

Referenced by sys_ptrace(), and systrace_args().

int ptrace_args::req

Definition at line 498 of file sys_process.c.

Referenced by sys_ptrace(), and systrace_args().


The documentation for this struct was generated from the following file: