diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2010-02-10 22:22:02 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2010-02-10 22:22:02 +0000 |
commit | 7a93fb827d817de6c8c997b4dc90553c03ad8d17 (patch) | |
tree | 892b590c6413d9d46cf08fed51f79c1588b0633b /gdb/ChangeLog | |
parent | c7177d31f08015957be35b7b6a45423779a097ee (diff) | |
download | gdb-7a93fb827d817de6c8c997b4dc90553c03ad8d17.zip gdb-7a93fb827d817de6c8c997b4dc90553c03ad8d17.tar.gz gdb-7a93fb827d817de6c8c997b4dc90553c03ad8d17.tar.bz2 |
* mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
whitespace character after a dot in comment.
(mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
Likewise.
(list_args_or_locals): For the 'all' (that is
-stack-list-variables) case, always output list of tuples.
Output 'arg' field if variable is argument.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 43e716a..acd65e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,8 +1,12 @@ -2010-02-10 H.J. Lu <hongjiu.lu@intel.com> +2010-02-11 Vladimir Prus <vladimir@codesourcery.com> - PR gdb/11265 - * amd64-linux-tdep.c (amd64_linux_register_reggroup_p): Call - i386_register_reggroup_p instead of default_register_reggroup_p. + * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra + whitespace character after a dot in comment. + (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables): + Likewise. + (list_args_or_locals): For the 'all' (that is + -stack-list-variables) case, always output list of tuples. + Output 'arg' field if variable is argument. 2010-02-10 Tom Tromey <tromey@redhat.com> |