diff options
author | Wu Zhou <woodzltc@cn.ibm.com> | 2005-06-17 03:53:15 +0000 |
---|---|---|
committer | Wu Zhou <woodzltc@cn.ibm.com> | 2005-06-17 03:53:15 +0000 |
commit | 39be55309b04fbf93010c338750d95bb900a9f11 (patch) | |
tree | a1be88650fe71291626eebe55726a784f88dc737 /gdb | |
parent | ecbc58df51480ba47d6271e63b4c81bf7a94a45e (diff) | |
download | gdb-39be55309b04fbf93010c338750d95bb900a9f11.zip gdb-39be55309b04fbf93010c338750d95bb900a9f11.tar.gz gdb-39be55309b04fbf93010c338750d95bb900a9f11.tar.bz2 |
* remote.c (set_thread, remote_thread_alive): Replace sprintf
call with xsnprintf.
(remote_threads_extra_info, extended_remote_restart)
(remote_check_symbols, store_register_using_P)
(compare_sections_command): Ditto.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1f52f9f..9e6e623 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2005-06-17 Wu Zhou <woodzltc@cn.ibm.com> + + * remote.c (set_thread, remote_thread_alive): Replace sprintf + call with xsnprintf. + (remote_threads_extra_info, extended_remote_restart) + (remote_check_symbols, store_register_using_P) + (compare_sections_command): Ditto. + 2005-06-16 David Ung <davidu@mips.com> * MAINTAINERS (Write After Approval): Add self. |