From edae336175047ffa87502e0b2bccfaf92ca76ee7 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 19 May 2017 20:11:35 +0000 Subject: 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 --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'release/doc') diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 730a9f0..f0aaa13 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -375,6 +375,18 @@ nullability attribute has been added to the C library headers. + + + Userland Debugging + + &man.ptrace.2; now supports events for + &man.vfork.2;, permitting reliable debugging across + &man.vfork.2; invocations. + + Process core dumps now include the + process ID (PID and command line + arguments. + -- cgit v1.1