* gdb.texinfo (Set Catchpoints): Remove the documentation of
authorJoel Brobecker <brobecker@gnat.com>
Tue, 18 Nov 2008 20:43:12 +0000 (20:43 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 18 Nov 2008 20:43:12 +0000 (20:43 +0000)
        commands "catch load" and "catch unload".

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index e0b6aa41bce4b0f17eb47f39715d7472f8b454ed..14f36d939fae797ab8bd44f2cd8d139f28d3a52c 100644 (file)
@@ -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
index 26cf4b64cf25bd89bff25b43357e27a4587df78c..b11d61cc02713e714fe903835c1a6a3af5bd4aef 100644 (file)
@@ -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}
This page took 0.054197 seconds and 4 git commands to generate.