gdb/doc/ChangeLog: 2012-04-22 Anton Gorenkov (GDB/MI Variable Objects): Fix the description for the "value" attribute of -var-create MI command. gdb/testsuite/ChangeLog: 2012-04-22 Anton Gorenkov * gdb.python/py-mi.exp: Use mi_create_floating_varobj_with_value instead of mi_create_dynamic_varobj and provide the varobj value. * lib/mi-support.exp (mi_create_floating_varobj_with_value): New function. (mi_create_floating_varobj): updated to avoid code duplication. (mi_create_dynamic_varobj): Remove. gdb/ChangeLog: 2012-04-22 Anton Gorenkov * varobj.c (dynamic_varobj_has_child_method): Remove function. (value_get_print_value): Remove check for dynamic varobj children and add None return value handling.