diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-02-05 19:28:36 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-02-05 19:28:36 +0000 |
commit | 39bf46527b510510051c37d12638e5b3af6ac739 (patch) | |
tree | 3a8ecb88eebc0b475117e899e281b6a5068c4612 /gdb/mi/ChangeLog | |
parent | 6c537a5241d79759c6a8fe93b6770bb6c9afb46d (diff) | |
download | gdb-39bf46527b510510051c37d12638e5b3af6ac739.zip gdb-39bf46527b510510051c37d12638e5b3af6ac739.tar.gz gdb-39bf46527b510510051c37d12638e5b3af6ac739.tar.bz2 |
* mi-cmd-stack.c (list_args_or_locals): Move declaration of
print_me inside the loop body, so it gets re-initialized every
iteration. The cases for the different symbol kinds leave
print_me unchanged if they don't want the symbol printed.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 282b342..2d69629 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,10 @@ +2002-02-03 Jim Blandy <jimb@redhat.com> + + * mi-cmd-stack.c (list_args_or_locals): Move declaration of + print_me inside the loop body, so it gets re-initialized every + iteration. The cases for the different symbol kinds leave + print_me unchanged if they don't want the symbol printed. + 2002-01-22 Andrew Cagney <ac131313@redhat.com> * gdbmi.texinfo: Remove makeinfo 3.12 hacks. |