[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.65 and 1.65.2.1

version 1.65, 2019/06/11 23:18:55 version 1.65.2.1, 2019/10/15 19:11:02
Line 57 
Line 57 
 #define PT_GET_SIGINFO          20      /* get signal state, defined below */  #define PT_GET_SIGINFO          20      /* get signal state, defined below */
 #define PT_RESUME               21      /* allow execution of the LWP */  #define PT_RESUME               21      /* allow execution of the LWP */
 #define PT_SUSPEND              22      /* prevent execution of the LWP */  #define PT_SUSPEND              22      /* prevent execution of the LWP */
   #define PT_STOP                 23      /* stop the child process */
   
 #define PT_FIRSTMACH            32      /* for machine-specific requests */  #define PT_FIRSTMACH            32      /* for machine-specific requests */
 #include <machine/ptrace.h>             /* machine-specific requests, if any */  #include <machine/ptrace.h>             /* machine-specific requests, if any */

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

CVSweb <webmaster@jp.NetBSD.org>