diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-26 18:50:51 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-26 18:50:51 +0000 |
commit | dc61bc6d40462648d8d3cd29e7b6ee96645f3b4d (patch) | |
tree | 37e672834ad094c7c42d2347911eb3397caa8cac /gdb/mi/ChangeLog | |
parent | d5e5643b981a71e86295de6915520eabdef68968 (diff) | |
download | gdb-dc61bc6d40462648d8d3cd29e7b6ee96645f3b4d.zip gdb-dc61bc6d40462648d8d3cd29e7b6ee96645f3b4d.tar.gz gdb-dc61bc6d40462648d8d3cd29e7b6ee96645f3b4d.tar.bz2 |
* mi-cmd-stack.c (list_args_or_locals): Output a list of "args" or
"locals" entries.
* gdbmi.texinfo (stack-list-locals, stack-list-arguments)
(exec-interrupt, target-select, thread-select): Update
documentation.
* mi-stack.exp: Update. Output for args=... and
locals=... changed to a list.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 7378501..786c03a 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,5 +1,13 @@ 2001-06-26 Andrew Cagney <ac131313@redhat.com> + * mi-cmd-stack.c (list_args_or_locals): Output a list of "args" or + "locals" entries. + * gdbmi.texinfo (stack-list-locals, stack-list-arguments) + (exec-interrupt, target-select, thread-select): Update + documentation. + +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". |