OSDN Git Service

* win32-nat.c (struct so_stuff): Add objfile *objfile field needed to be able
authorcgf <cgf>
Sat, 24 Nov 2001 19:00:03 +0000 (19:00 +0000)
committercgf <cgf>
Sat, 24 Nov 2001 19:00:03 +0000 (19:00 +0000)
commit738f063fa67a78a161a2435f3827ccf9add5ac91
tree59ce0c1408f07c6ec87f2bfd998eb3cebb748a8b
parent9439e63c0d5b36dfc41689f5aadf6258997dbdd6
* win32-nat.c (struct so_stuff): Add objfile *objfile field needed to be able
to remove the DLL when unloaded.  Remove unused last field.
(handle_unload_dll): New function to handle unloading of DLL.
(solib_symbols_add): Change return type to struct objfile *.
(get_child_debug_event): Call handle_unload_dll function.
gdb/ChangeLog
gdb/win32-nat.c