diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-02-28 09:09:02 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-02-28 09:09:02 +0000 |
commit | 417defa7183f63f0f1c96c3fad14a4b2ee33efc8 (patch) | |
tree | e603d904569fa0659f4a36fd326aeb105dae2ac7 /gdb/gdbserver/ChangeLog | |
parent | 9b3d351fbd7a903ad4da9f9e9a654344a43e6ba1 (diff) | |
download | gdb-417defa7183f63f0f1c96c3fad14a4b2ee33efc8.tar.gz |
* 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.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 6e51f73606f..27b7df6ed79 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,11 @@ +2013-02-28 Corinna Vinschen <vinschen@redhat.com> + + * 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 <yao@codesourcery.com> * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of |