* gdb.texinfo (Setting Catchpoints): Mention features

supported on GNU/Linux.
This commit is contained in:
Daniel Jacobowitz 2008-01-30 13:11:15 +00:00
parent 148b93f236
commit 5ee187d794
2 changed files with 11 additions and 3 deletions

View 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

View 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}