diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-08-24 21:21:11 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-08-24 21:21:11 +0000 |
commit | 85f8f9748ec0fe802f6071105dfe6180fabbd7f8 (patch) | |
tree | 669094c29cd8436d25c66a039ef79ed6a053b40d /gdb | |
parent | 6d1227b86c27202e6711be4858ccf407ae155091 (diff) | |
download | gdb-85f8f9748ec0fe802f6071105dfe6180fabbd7f8.zip gdb-85f8f9748ec0fe802f6071105dfe6180fabbd7f8.tar.gz gdb-85f8f9748ec0fe802f6071105dfe6180fabbd7f8.tar.bz2 |
* NEWS: Mention fork tracing.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |