commit 3bfb23d8921e95be5745080b913c0a81be6907fe Author: Joel Brobecker Date: Wed Sep 23 15:39:24 2009 -0700 * observer.texi (solib_unloaded): Document explicitly the fact that this observer is called before the associated symbols are unloaded. diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi index 4984f31..77d6b47 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -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})