Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys parameters addr & data are actually treated sam...
details: https://anonhg.NetBSD.org/src/rev/2075e790ac98
branches: trunk
changeset: 495429:2075e790ac98
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Jul 27 21:40:09 2000 +0000
description:
parameters addr & data are actually treated same way
for PT_DETACH and PT_CONTINUE - the only difference between them is that
the child is detached from the parent for PT_DETACH
diffstat:
lib/libc/sys/ptrace.2 | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 6a4036d87683 -r 2075e790ac98 lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2 Thu Jul 27 21:37:39 2000 +0000
+++ b/lib/libc/sys/ptrace.2 Thu Jul 27 21:40:09 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.10 1999/12/02 21:42:38 kleink Exp $
+.\" $NetBSD: ptrace.2,v 1.11 2000/07/27 21:40:09 jdolecek Exp $
.\"
.\" This file is in the public domain.
.Dd November 7, 1994
@@ -169,8 +169,7 @@
it may not trace another process unless that process's root directory
is at or below the tracing process's root.
.It Dv PT_DETACH
-This request is like PT_CONTINUE, except that it does not allow
-specifying an alternative place to continue execution, and after it
+This request is like PT_CONTINUE, except that after it
succeeds, the traced process is no longer traced and continues
execution normally.
.El
Home |
Main Index |
Thread Index |
Old Index