diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-01-30 13:11:15 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-01-30 13:11:15 +0000 |
commit | 5ee187d7947ca320ba16310d0e597965d2204a94 (patch) | |
tree | 4d960cb97923d5807dfb56d5503ecebb880ce7bc /gdb/doc | |
parent | 148b93f23647dd184641fd9e3585bc3a8b455708 (diff) | |
download | binutils-5ee187d7947ca320ba16310d0e597965d2204a94.zip binutils-5ee187d7947ca320ba16310d0e597965d2204a94.tar.gz binutils-5ee187d7947ca320ba16310d0e597965d2204a94.tar.bz2 |
* gdb.texinfo (Setting Catchpoints): Mention features
supported on GNU/Linux.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d84e026..6c67a93 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 353363b..abe8dd3 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} |