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 | dfe07582357cc33c46ebf6a02f0e52599bade48c (patch) | |
tree | 291c528b1f90859333c8d08774e702027431a667 /gdb/gdbserver/ChangeLog | |
parent | 736cd5852660e6ff9c5741efb7724bbe0d94ca67 (diff) | |
download | gdb-dfe07582357cc33c46ebf6a02f0e52599bade48c.zip gdb-dfe07582357cc33c46ebf6a02f0e52599bade48c.tar.gz gdb-dfe07582357cc33c46ebf6a02f0e52599bade48c.tar.bz2 |
* 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 6e51f73..27b7df6 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 |