aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-09-28 00:25:24 +0000
committerYao Qi <yao@codesourcery.com>2012-09-28 00:25:24 +0000
commit1ae0c35e7e2f707cb45c2101e560cca964a8716e (patch)
tree9abee654a5c35a41fd82ed6a9ae001ba0d89bdbd /gdb/ChangeLog
parent9782f08bbd278c0d0d56e4f5cf79b23e607eedf9 (diff)
downloadgdb-1ae0c35e7e2f707cb45c2101e560cca964a8716e.zip
gdb-1ae0c35e7e2f707cb45c2101e560cca964a8716e.tar.gz
gdb-1ae0c35e7e2f707cb45c2101e560cca964a8716e.tar.bz2
gdb/
* mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error when the length of content is not an even number.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fe69ce6..4a60c08 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-28 Yao Qi <yao@codesourcery.com>
+
+ * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
+ when the length of content is not an even number.
+
2012-09-27 Tom Tromey <tromey@redhat.com>
Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357