* win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
authorChristopher Faylor <me+cygwin@cgf.cx>
Fri, 22 Nov 2002 07:34:55 +0000 (07:34 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Fri, 22 Nov 2002 07:34:55 +0000 (07:34 +0000)
commit5633f842680a9fa40ec0fa6cd40ca2ab5d6bb7fb
tree023a166ace8413b6dc8f3c032d99fdf988d3efd7
parentb6d3ce701569389bbc78d5684ae137ad23f149ec
* win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
(struct so_stuff): Add end_addr field.
(register_loaded_dll): Calculate and store end address of loaded dll.
(solib_address): New function.
(child_solib_loaded_library_pathname): Pass carefully constructed section info
to safe_symbol_file_add rather than ignoring it.
(get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a DLL is
loaded.
(do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
(child_create_inferior): Fix a compiler warning.
* config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
(solib_address): Declare new function.
gdb/ChangeLog
gdb/config/i386/tm-cygwin.h
gdb/win32-nat.c
gdb/windows-nat.c