aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2005-11-01 14:07:00 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2005-11-01 14:07:00 +0000
commit3929abe911f69151c090ce5f3912324b852d273c (patch)
tree40197481dbb4eef28050fd0a759130d720f79cad /gdb/ChangeLog
parent1a088d065a1177313c8304095f49b74662eddd04 (diff)
downloadgdb-3929abe911f69151c090ce5f3912324b852d273c.zip
gdb-3929abe911f69151c090ce5f3912324b852d273c.tar.gz
gdb-3929abe911f69151c090ce5f3912324b852d273c.tar.bz2
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 463414e..4b12983 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,19 @@
+2005-11-01 Christopher Faylor <cgf@timesys.com>
+
+ * 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.
+
2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
* event-top.c (gdb_setup_readline): Don't set gdb_stdout when