diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2009-06-30 09:37:24 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2009-06-30 09:37:24 +0000 |
commit | 8b777f02e109f2cc3c76b1628fbd03b0f0fc8734 (patch) | |
tree | b5317a24ff5297b685a5a9b3922e894da3151adb /gdb/ChangeLog | |
parent | 1a4300e94d4ed5537636e25dbaf809c834395dbd (diff) | |
download | gdb-8b777f02e109f2cc3c76b1628fbd03b0f0fc8734.zip gdb-8b777f02e109f2cc3c76b1628fbd03b0f0fc8734.tar.gz gdb-8b777f02e109f2cc3c76b1628fbd03b0f0fc8734.tar.bz2 |
* mi/mi-cmd-stack.c (parse_print_values): New.
(mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Use the above.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b752188..87eddc5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2009-06-30 Vladimir Prus <vladimir@codesourcery.com> + * mi/mi-cmd-stack.c (parse_print_values): New. + (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Use the above. + +2009-06-30 Vladimir Prus <vladimir@codesourcery.com> + * varobj.c (varobj_get_type): Use type_to_string. 2009-06-29 Pedro Alves <pedro@codesourcery.com> |