Module Name: src
Committed By: kamil
Date: Wed Dec 4 13:52:27 UTC 2019
Modified Files:
src/sys/sys: ptrace.h
Log Message:
Register "PT_STOP" in ptrace PT_STRINGS
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/sys/ptrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/ptrace.h
diff -u src/sys/sys/ptrace.h:1.66 src/sys/sys/ptrace.h:1.67
--- src/sys/sys/ptrace.h:1.66 Wed Oct 9 13:19:43 2019
+++ src/sys/sys/ptrace.h Wed Dec 4 13:52:27 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: ptrace.h,v 1.66 2019/10/09 13:19:43 kamil Exp $ */
+/* $NetBSD: ptrace.h,v 1.67 2019/12/04 13:52:27 kamil Exp $ */
/*-
* Copyright (c) 1984, 1993
@@ -85,7 +85,8 @@
/* 19 */ "PT_SET_SIGINFO", \
/* 20 */ "PT_GET_SIGINFO", \
/* 21 */ "PT_RESUME", \
-/* 22 */ "PT_SUSPEND",
+/* 22 */ "PT_SUSPEND", \
+/* 23 */ "PT_STOP",
/* PT_{G,S}EVENT_MASK */
typedef struct ptrace_event {