diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-26 18:13:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-26 18:13:46 +0000 |
commit | d5e5643b981a71e86295de6915520eabdef68968 (patch) | |
tree | 6940bcc55f650bdfba645176ccc35d7481104c6f /gdb/mi/ChangeLog | |
parent | 42a74a599a2fd1780587a8abdcd3de0a854837a7 (diff) | |
download | gdb-d5e5643b981a71e86295de6915520eabdef68968.zip gdb-d5e5643b981a71e86295de6915520eabdef68968.tar.gz gdb-d5e5643b981a71e86295de6915520eabdef68968.tar.bz2 |
* mi-cmd-stack.c (mi_cmd_stack_list_frames): Output a list of
"stack" entries.
(mi_cmd_stack_list_args): Ditto for "stack-args".
* gdbmi.texinfo (stack-list-frames, stack-list-arguments): Update
documentation.
(GDB/MI Stack Manipulation Commands): Fix section title. Was
Stack Manipulation Commands in GDB/MI.
* mi-stack.exp: Update. Output for stack=..., args=... and
stack-args=... changed to a list.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 6aaa086..7378501 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,13 @@ +2001-06-26 Andrew Cagney <ac131313@redhat.com> + + * mi-cmd-stack.c (mi_cmd_stack_list_frames): Output a list of + "stack" entries. + (mi_cmd_stack_list_args): Ditto for "stack-args". + * gdbmi.texinfo (stack-list-frames, stack-list-arguments): Update + documentation. + (GDB/MI Stack Manipulation Commands): Fix section title. Was + Stack Manipulation Commands in GDB/MI. + 2001-06-25 Andrew Cagney <ac131313@redhat.com> * gdbmi.texinfo: Update output examples that contain stop reason |