OSDN Git Service

* win32-nat.c (struct so_stuff): Add objfile *objfile field needed to be able
authorChristopher Faylor <me+cygwin@cgf.cx>
Sat, 24 Nov 2001 19:00:03 +0000 (19:00 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Sat, 24 Nov 2001 19:00:03 +0000 (19:00 +0000)
commitc43e86cd97e7caf4c8647478d5aeacd111719b7d
treeed590b4d82a6fc24445af61c1ac9bcb3a8154e35
parent7c64963db8a45a522e0840d876096baa5c5226c8
* 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