From: Daniel Jacobowitz Date: Wed, 30 Jan 2008 13:11:15 +0000 (+0000) Subject: * gdb.texinfo (Setting Catchpoints): Mention features X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ee187d7947ca320ba16310d0e597965d2204a94;p=binutils-gdb.git * gdb.texinfo (Setting Catchpoints): Mention features supported on GNU/Linux. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d84e02640b4..6c67a93bfef 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-30 Daniel Jacobowitz + + * gdb.texinfo (Setting Catchpoints): Mention features + supported on GNU/Linux. + 2008-01-30 Nick Roberts * gdb.texinfo (GDB/MI File Commands): Describe new output diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 353363b9604..abe8dd3ab20 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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}