* gdb.texinfo (Setting Catchpoints): Mention features
authorDaniel Jacobowitz <drow@false.org>
Wed, 30 Jan 2008 13:11:15 +0000 (13:11 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 30 Jan 2008 13:11:15 +0000 (13:11 +0000)
supported on GNU/Linux.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index d84e02640b41da01d851b5c865bbbf5d96226846..6c67a93bfefa435c0cb6e187af4f2f5b7c44aec7 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Setting Catchpoints): Mention features
+       supported on GNU/Linux.
+
 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
 
        * gdb.texinfo (GDB/MI File Commands): Describe new output
index 353363b96045ce33b974584a622729f7eeb33599..abe8dd3ab201a335bcd80759889bc96d10c89a64 100644 (file)
@@ -3412,13 +3412,16 @@ A failed Ada assertion.
 
 @item exec
 @cindex break on fork/exec
-A call to @code{exec}.  This is currently only available for HP-UX.
+A call to @code{exec}.  This is currently only available for HP-UX
+and @sc{gnu}/Linux.
 
 @item fork
-A call to @code{fork}.  This is currently only available for HP-UX.
+A call to @code{fork}.  This is currently only available for HP-UX
+and @sc{gnu}/Linux.
 
 @item vfork
-A call to @code{vfork}.  This is currently only available for HP-UX.
+A call to @code{vfork}.  This is currently only available for HP-UX
+and @sc{gnu}/Linux.
 
 @item load
 @itemx load @var{libname}