From f3bb67042f67aa346efa2cb025a8705ed838d24d Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 1 Sep 2004 17:59:37 +0000 Subject: [PATCH] 2004-09-01 Jeff Johnston * observer.texi (solib_unloaded): New observer. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/observer.texi | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a5e5245afee..6832406cf1c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Jeff Johnston + + * observer.texi (solib_unloaded): New observer. + 2004-08-24 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Add missing diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi index f58c5af8383..caa35652309 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -90,3 +90,8 @@ at the entry-point instruction. For @samp{attach} and @samp{core}, @value{GDBN} calls this observer immediately after connecting to the inferior, and before any information on the inferior has been printed. @end deftypefun + +@deftypefun void solib_unloaded (struct so_list *@var{solib}) +The specified shared library has been discovered to be unloaded. +@end deftypefun + -- 2.30.2