Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Remove outdated note in the PT_DUMPCORE call of...



details:   https://anonhg.NetBSD.org/src/rev/6eabfc7ae65d
branches:  trunk
changeset: 819571:6eabfc7ae65d
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Dec 10 20:02:07 2016 +0000

description:
Remove outdated note in the PT_DUMPCORE call of the ptrace(2) man-page

Currently the PT_DUMPCORE call requires process to be stopped, therefore it
no longer need to warn about stoped tracee to generate consistent data.

Sponsored by <The NetBSD Foundation>

diffstat:

 lib/libc/sys/ptrace.2 |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 8f3bd04c6630 -r 6eabfc7ae65d lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Sat Dec 10 19:28:19 2016 +0000
+++ b/lib/libc/sys/ptrace.2     Sat Dec 10 20:02:07 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ptrace.2,v 1.40 2016/11/24 00:12:52 kamil Exp $
+.\"    $NetBSD: ptrace.2,v 1.41 2016/12/10 20:02:07 kamil Exp $
 .\"
 .\" This file is in the public domain.
 .Dd November 1, 2016
@@ -257,10 +257,6 @@
 and the
 .Fa data
 argument should contain the length of the core filename.
-This
-.Nm
-call currently does not stop the child process so it can generate
-inconsistent data.
 .It Dv PT_LWPINFO
 Returns information about a thread from the list of threads for the
 process specified in the



Home | Main Index | Thread Index | Old Index