diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-26 04:48:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-26 04:48:49 +0000 |
commit | 68c81b54951312bc1a7dd99f625513227d58317a (patch) | |
tree | 732696dbe3d32574a375e851469ab8ce2c51d811 /gdb/mi/ChangeLog | |
parent | 834091c8e9ed92e090d5a85e7305bfe4698ad61e (diff) | |
download | gdb-68c81b54951312bc1a7dd99f625513227d58317a.zip gdb-68c81b54951312bc1a7dd99f625513227d58317a.tar.gz gdb-68c81b54951312bc1a7dd99f625513227d58317a.tar.bz2 |
* stack.c (print_frame): For ui_out, output a list of arguments.
Update all tests. Update doco.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index a8d7521..6aaa086 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,5 +1,11 @@ 2001-06-25 Andrew Cagney <ac131313@redhat.com> + * gdbmi.texinfo: Update output examples that contain stop reason + output, change the args=.... to a list. + (exec-return): Ditto. + +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. |