diff options
-rw-r--r-- | sys/sys/pioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/pioctl.h b/sys/sys/pioctl.h index 0744d8d..b7a2cea 100644 --- a/sys/sys/pioctl.h +++ b/sys/sys/pioctl.h @@ -65,6 +65,7 @@ struct procfs_status { # define S_SCX 0x00000008 /* stop on syscall exit */ # define S_CORE 0x00000010 /* stop on coredump */ # define S_EXIT 0x00000020 /* stop on exit */ +# define S_ALLSTOPS 0x003f /* stop on all events */ /* * If PF_LINGER is set in procp->p_pfsflags, then the last close |