svn commit: r318556 - stable/11/release/doc/en_US.ISO8859-1/relnotes
Glen Barber
gjb at FreeBSD.org
Fri May 19 20:11:36 UTC 2017
Author: gjb
Date: Fri May 19 20:11:35 2017
New Revision: 318556
URL: https://svnweb.freebsd.org/changeset/base/318556
Log:
Add a 'Userland Debugging' section.
Document r306786, core dumps now include the process ID (PID) and
command line arguments.
Document r304499, ptrace(2) now supports events for vfork(2).
Submitted by: jhb
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri May 19 20:11:34 2017 (r318555)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri May 19 20:11:35 2017 (r318556)
@@ -375,6 +375,18 @@
<literal>nullability</literal> attribute has been added to the
<literal>C</literal> library headers.</para>
</sect2>
+
+ <sect2 xml:id="userland-debug">
+ <title>Userland Debugging</title>
+
+ <para revision="304499">&man.ptrace.2; now supports events for
+ &man.vfork.2;, permitting reliable debugging across
+ &man.vfork.2; invocations.</para>
+
+ <para revision="306786">Process core dumps now include the
+ process ID (<acronym>PID</acronym> and command line
+ arguments.</para>
+ </sect2>
</sect1>
<sect1 xml:id="kernel">
More information about the svn-src-stable-11
mailing list