Check has_more in mi_create_dynamic_varobj
authorYao Qi <yao@codesourcery.com>
Sun, 10 Nov 2013 02:31:09 +0000 (10:31 +0800)
committerYao Qi <yao@codesourcery.com>
Fri, 22 Nov 2013 00:34:42 +0000 (08:34 +0800)
commit0a1e61210c1740acbd5739afdf0f445a7e613d5c
tree8573655c016c0eb864d7b83f8c4e1a3cef6b414f
parent0061ea2440bff35c29fa18c752528680dc985242
Check has_more in mi_create_dynamic_varobj

Hi,
I find "has_more" is not checked when a dynamic varobj is created in
proc mi_create_dynamic_varobj.  This patch adds the check to
"has_more".

gdb/testsuite:

2013-11-22  Yao Qi  <yao@codesourcery.com>

* lib/mi-support.exp (mi_create_dynamic_varobj): Update
comment and add one more argument "has_more".
* gdb.python/py-mi.exp: Callers update.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-mi.exp
gdb/testsuite/lib/mi-support.exp