[RFA/doco] document the removal of "catch load" and "catch unload"

Joel Brobecker brobecker@adacore.com
Mon Nov 17 19:13:00 GMT 2008


First, a NEWS entry to document the fact that 2 commands have been
removed:

2008-11-16  Joel Brobecker  <brobecker@adacore.com>

        * NEWS: Document the removal of "catch load" and "catch unload".

And next, an update to the GDB manual, to remove the documentation
of these commands:

        * gdb.texinfo (Set Catchpoints): Remove the documentation of
        commands "catch load" and "catch unload".

OK to commit?

Thanks,
-- 
Joel
-------------- next part --------------
diff --git a/gdb/NEWS b/gdb/NEWS
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -175,6 +175,12 @@ macro undef
 * New targets
 
 x86 DICOS			i[34567]86-*-dicos*
+
+* Removed commands
+
+catch load
+catch unload
+  These commands were actually not implemented on any target.
 
 *** Changes in GDB 6.8
 
-------------- next part --------------
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -3643,16 +3643,6 @@ A call to @code{vfork}.  This is current
 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}


More information about the Gdb-patches mailing list