diff options
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> |