diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-11-18 20:43:12 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-11-18 20:43:12 +0000 |
commit | 394a666683b04e52d011fdc548b2bc5e60091693 (patch) | |
tree | 3e8b2794455dcabee83a08877a359a9431aad284 /gdb/doc | |
parent | d5cbbe6e685c83c43a8ae304dae253f324af2067 (diff) | |
download | gdb-394a666683b04e52d011fdc548b2bc5e60091693.zip gdb-394a666683b04e52d011fdc548b2bc5e60091693.tar.gz gdb-394a666683b04e52d011fdc548b2bc5e60091693.tar.bz2 |
* gdb.texinfo (Set Catchpoints): Remove the documentation of
commands "catch load" and "catch unload".
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e0b6aa4..14f36d9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-11-18 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo (Set Catchpoints): Remove the documentation of + commands "catch load" and "catch unload". + 2008-11-17 Vladimir Prus <vladimir@codesourcery.com> * gdb.texinfo (GDB/MI Async Records): Document diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 26cf4b6..b11d61c 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3643,16 +3643,6 @@ and @sc{gnu}/Linux. A call to @code{vfork}. This is currently only available for HP-UX and @sc{gnu}/Linux. -@item load -@itemx load @var{libname} -@cindex break on load/unload of shared library -The dynamic loading of any shared library, or the loading of the library -@var{libname}. This is currently only available for HP-UX. - -@item unload -@itemx unload @var{libname} -The unloading of any dynamically loaded shared library, or the unloading -of the library @var{libname}. This is currently only available for HP-UX. @end table @item tcatch @var{event} |