diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 9 |
1 files changed, 6 insertions, 3 deletions
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} |