[BACK]Return to ptrace.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/ptrace.h between version 1.64 and 1.65

version 1.64, 2019/05/06 08:05:03 version 1.65, 2019/06/11 23:18:55
Line 108  typedef struct ptrace_state {
Line 108  typedef struct ptrace_state {
 #define PTRACE_VFORK_DONE       0x0004  /* Report parent resumed from vforks */  #define PTRACE_VFORK_DONE       0x0004  /* Report parent resumed from vforks */
 #define PTRACE_LWP_CREATE       0x0008  /* Report LWP creation */  #define PTRACE_LWP_CREATE       0x0008  /* Report LWP creation */
 #define PTRACE_LWP_EXIT         0x0010  /* Report LWP termination */  #define PTRACE_LWP_EXIT         0x0010  /* Report LWP termination */
   #define PTRACE_POSIX_SPAWN      0x0020  /* Report posix_spawn */
   
 /*  /*
  * Argument structure for PT_IO.   * Argument structure for PT_IO.

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb <webmaster@jp.NetBSD.org>