From dfe07582357cc33c46ebf6a02f0e52599bade48c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 28 Feb 2013 09:09:02 +0000 Subject: * win32-low.c: Throughout, fix format strings and casts of printf-like functions to avoid type related warnings on all platforms. (get_child_debug_event): Print dwDebugEventCode as hex since that's how it's usually documented. --- gdb/gdbserver/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gdb/gdbserver/ChangeLog') diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 6e51f73..27b7df6 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,11 @@ +2013-02-28 Corinna Vinschen + + * win32-low.c: Throughout, fix format strings and casts of + printf-like functions to avoid type related warnings on all + platforms. + (get_child_debug_event): Print dwDebugEventCode as hex since + that's how it's usually documented. + 2013-02-28 Yao Qi * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of -- cgit v1.1