From 85f8f9748ec0fe802f6071105dfe6180fabbd7f8 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 24 Aug 2003 21:21:11 +0000 Subject: [PATCH] * NEWS: Mention fork tracing. --- gdb/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 5d7c9413f0..bd107f6ae6 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -11,6 +11,12 @@ tested, nor mentioned in the NEWS file. *** Changes in GDB 6.0: +* GNU/Linux support for fork, vfork, and exec. + +The "catch fork", "catch exec", "catch vfork", and "set follow-fork-mode" +commands are now implemented for GNU/Linux. They require a 2.5.x or later +kernel. + * GDB supports logging output to a file There are two new commands, "set logging" and "show logging", which can be -- 2.34.1