mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-28 04:13:28 +08:00
2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
* observer.texi (solib_unloaded): New observer.
This commit is contained in:
@ -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>
|
2004-08-24 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
* gdbint.texinfo (Target Architecture Definition): Add missing
|
* gdbint.texinfo (Target Architecture Definition): Add missing
|
||||||
|
@ -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
|
@value{GDBN} calls this observer immediately after connecting to the
|
||||||
inferior, and before any information on the inferior has been printed.
|
inferior, and before any information on the inferior has been printed.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
|
@deftypefun void solib_unloaded (struct so_list *@var{solib})
|
||||||
|
The specified shared library has been discovered to be unloaded.
|
||||||
|
@end deftypefun
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user