Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Register "PT_STOP" in ptrace PT_STRINGS
details: https://anonhg.NetBSD.org/src/rev/eb384b6da0df
branches: trunk
changeset: 1005331:eb384b6da0df
user: kamil <kamil%NetBSD.org@localhost>
date: Wed Dec 04 13:52:27 2019 +0000
description:
Register "PT_STOP" in ptrace PT_STRINGS
diffstat:
sys/sys/ptrace.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 7ff07b769fed -r eb384b6da0df sys/sys/ptrace.h
--- a/sys/sys/ptrace.h Wed Dec 04 13:47:03 2019 +0000
+++ b/sys/sys/ptrace.h Wed Dec 04 13:52:27 2019 +0000
@@ -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 {
Home |
Main Index |
Thread Index |
Old Index