diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-09-01 17:59:37 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-09-01 17:59:37 +0000 |
commit | f3bb67042f67aa346efa2cb025a8705ed838d24d (patch) | |
tree | a2794c256bed5c5ce693d26ed31917a27900be0e | |
parent | e4a74b90e74d762e2e8079cd354abc6885e996e6 (diff) | |
download | gdb-f3bb67042f67aa346efa2cb025a8705ed838d24d.zip gdb-f3bb67042f67aa346efa2cb025a8705ed838d24d.tar.gz gdb-f3bb67042f67aa346efa2cb025a8705ed838d24d.tar.bz2 |
2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
* observer.texi (solib_unloaded): New observer.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/observer.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a5e5245..6832406 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Jeff Johnston <jjohnstn@redhat.com> + + * observer.texi (solib_unloaded): New observer. + 2004-08-24 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Target Architecture Definition): Add missing diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi index f58c5af..caa3565 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 + |