aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-25 21:05:11 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-25 21:05:11 +0000
commit45399be4ecf63f4de5779e2eb75f6a4978117bb3 (patch)
treedc11eca13fdf0cab244e0e0f0aa8751347b318d6 /gdb/mi/ChangeLog
parent80f43b40c54e53920c10478a87690ffeb45384a0 (diff)
downloadgdb-45399be4ecf63f4de5779e2eb75f6a4978117bb3.zip
gdb-45399be4ecf63f4de5779e2eb75f6a4978117bb3.tar.gz
gdb-45399be4ecf63f4de5779e2eb75f6a4978117bb3.tar.bz2
Update data-read-memory so that it outputs lists.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r--gdb/mi/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog
index ba34ec4..a8d7521 100644
--- a/gdb/mi/ChangeLog
+++ b/gdb/mi/ChangeLog
@@ -1,5 +1,11 @@
2001-06-25 Andrew Cagney <ac131313@redhat.com>
+ * mi-main.c (mi_cmd_data_read_memory): Output the memory contents
+ - memory and data - as a list.
+ * gdbmi.texinfo (data-read-memory): Update documentation.
+
+2001-06-25 Andrew Cagney <ac131313@redhat.com>
+
* mi-main.c (mi_cmd_data_list_register_values): Output a list of
register values.
* gdbmi.texinfo (data-list-register-values): Update documentation.