]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/win32-nat.c
* win32-nat.c (CYGWIN_SIGNAL_STRING): Delete.
authorChristopher Faylor <me+cygwin@cgf.cx>
Tue, 1 Nov 2005 14:07:00 +0000 (14:07 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Tue, 1 Nov 2005 14:07:00 +0000 (14:07 +0000)
commit3929abe911f69151c090ce5f3912324b852d273c
tree40197481dbb4eef28050fd0a759130d720f79cad
parent1a088d065a1177313c8304095f49b74662eddd04
* 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
gdb/windows-nat.c