diff options
author | Yao Qi <yao@codesourcery.com> | 2013-11-13 20:57:40 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-11-19 15:26:31 +0800 |
commit | 077e2c8848810b23531b7fdae1739a5eab83c04f (patch) | |
tree | c49c9b8a4f062957f31fa629c6ee2feb62d4a51e /gdb/ChangeLog | |
parent | 8ab91b9600c1a21a45080f6cef6cd91abb85c9c4 (diff) | |
download | gdb-077e2c8848810b23531b7fdae1739a5eab83c04f.zip gdb-077e2c8848810b23531b7fdae1739a5eab83c04f.tar.gz gdb-077e2c8848810b23531b7fdae1739a5eab83c04f.tar.bz2 |
Remove 'whatever' in lib/mi-support.exp
Variable 'whatever' is not used at all. This patch is to remove it.
gdb/testsuite:
2013-11-19 Yao Qi <yao@codesourcery.com>
* lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
(mi_list_varobj_children_range): Likewise.
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 e296241..3afa68e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-11-19 Yao Qi <yao@codesourcery.com> + * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'. + (mi_list_varobj_children_range): Likewise. + +2013-11-19 Yao Qi <yao@codesourcery.com> + * varobj.c (varobj_get_type): Fix typo. 2013-11-19 Joel Brobecker <brobecker@adacore.com> |