* win32_nat.c (cygwin_load_start): New variable.
authorChristopher Faylor <me+cygwin@cgf.cx>
Mon, 20 Feb 2006 05:10:51 +0000 (05:10 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Mon, 20 Feb 2006 05:10:51 +0000 (05:10 +0000)
commita244bdca2582450e5113ffeedbcd2d603e09275e
tree686f59957eae2dc877be251804a40b39e8c99255
parente78254f677bdddd394242b8592849ddc0471fd97
* win32_nat.c (cygwin_load_start): New variable.
(cygwin_load_end): Ditto.
(have_saved_context): Ditto.
(saved_context): Ditto.
(max_dll_name_len): Delete obsolete variable.
(do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll if we
are in a cygwin signal rather than a windows signal.
(solib_symbols_add): Detect and store beginning and end of cygwin DLL if dll
being loaded is the cygwin DLL.
(register_loaded_dll): Remove calculation of max_dll_name_len.
(win32_clear_solib): Ditto.
(handle_load_dll): Delete obsolete variable.  Remove unneeded call to
solib_add.
(handle_output_debug_string): Detect and store signal information sent by
Cygwin here.
(handle_exception): Silently pass on errors in the cygwin DLL.  Return -1 on
first pass exception.
(win32_continue): Remove spurious clearing of continue_status.
(get_win32_debug_event): Deal differently first chance exception.
gdb/ChangeLog
gdb/win32-nat.c
gdb/windows-nat.c