* observer.texi (solib_unloaded): Document explicitly the fact that
authorJoel Brobecker <brobecker@gnat.com>
Thu, 24 Sep 2009 17:49:56 +0000 (17:49 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 24 Sep 2009 17:49:56 +0000 (17:49 +0000)
        this observer is called before the associated symbols are unloaded.

gdb/doc/ChangeLog
gdb/doc/observer.texi

index 50f0b258c0c4a921723474b663f8dfe25a11eee9..7e6a2b0ca902f04f2509c6f03f63b9f249366cfc 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * observer.texi (solib_unloaded): Document explicitly the fact that
+       this observer is called before the associated symbols are unloaded.
+
 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.texinfo (GDB/MI Stack Manipulation): Document
index 4984f318131d50cbce8f10f0bc09b028771c54ba..77d6b47ce5d4db2f45324433d26b57118a3af3a9 100644 (file)
@@ -122,6 +122,8 @@ haven't been loaded yet.
 
 @deftypefun void solib_unloaded (struct so_list *@var{solib})
 The shared library specified by @var{solib} has been unloaded.
+Note that when @value{GDBN} calls this observer, the library's
+symbols have not been unloaded yet, and thus are still available.
 @end deftypefun
 
 @deftypefun void new_objfile (struct objfile *@var{objfile})