OSDN Git Service

* win32-nat.c (CYGWIN_SIGNAL_STRING): Delete.
authorcgf <cgf>
Tue, 1 Nov 2005 14:07:00 +0000 (14:07 +0000)
committercgf <cgf>
Tue, 1 Nov 2005 14:07:00 +0000 (14:07 +0000)
commitb9b4268aabb17d262f19e206aff10162a52b0ce5
tree134facd296e958895150ffc805eefea4990e1621
parent903b3c8802e0ce7286d1aafff9e776e366225191
* win32-nat.c (CYGWIN_SIGNAL_STRING): Delete.
(_CYGWIN_SIGNAL_STRING): Define if not already defined in cygwin.h.
(win32_add_thread): Use XZALLOC rather than xmalloc/memset.
(register_loaded_dll): Ditto.
(handle_load_dll): Call solib_add here.
(handle_unload_dll): Ditto.
(info_dll_command): Delete.
(handle_output_debug_string): Use official _CYGWIN_SIGNAL_STRING.
(win32_current_sos): Duplicate table to pass off to caller rather than deleting
our version.
(set_win32_aliases): New function.
(_initialize_win32_nat): Remove local handling of "info shared".  Set
deprecated_init_ui_hook to allow late setting of "info dll" alias.
gdb/ChangeLog
gdb/win32-nat.c