* observer.texi (solib_unloaded): Document explicitly the fact that
this observer is called before the associated symbols are unloaded.
This commit is contained in:
parent
2bf05e5730
commit
30a4a70c9c
gdb/doc
@ -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>
|
2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (GDB/MI Stack Manipulation): Document
|
* gdb.texinfo (GDB/MI Stack Manipulation): Document
|
||||||
|
@ -122,6 +122,8 @@ haven't been loaded yet.
|
|||||||
|
|
||||||
@deftypefun void solib_unloaded (struct so_list *@var{solib})
|
@deftypefun void solib_unloaded (struct so_list *@var{solib})
|
||||||
The shared library specified by @var{solib} has been unloaded.
|
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
|
@end deftypefun
|
||||||
|
|
||||||
@deftypefun void new_objfile (struct objfile *@var{objfile})
|
@deftypefun void new_objfile (struct objfile *@var{objfile})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user