Searched refs:varobj_get_type (Results 1 – 9 of 9) sorted by relevance
69 std::string type = varobj_get_type (var); in print_varobj()432 std::string type_name = varobj_get_type (var); in mi_cmd_var_info_type()716 std::string type_name = varobj_get_type (r.varobj); in varobj_update_one()
293 extern std::string varobj_get_type (struct varobj *var);
829 varobj_get_type (struct varobj *var) in varobj_get_type() function1142 std::string curr_type_str = varobj_get_type (var); in update_type_if_necessary()2022 std::string old_type = varobj_get_type (var); in value_of_root()2023 std::string new_type = varobj_get_type (tmp_var); in value_of_root()
1214 * varobj.c (varobj_get_type, c_value_of_variable): Use1225 * varobj.c (varobj_get_type, c_value_of_variable): Update.2293 * varobj.c (varobj_get_type): Call tui_sfileopen() instead of2924 * varobj.c (varobj_get_type, c_value_of_variable): Remove
2333 (varobj_get_type): Return a std::string.2360 (varobj_get_expression, varobj_get_type): Return a std::string.
13768 varobj_get_type.13772 (varobj_get_type): Specify in comment that the result needs to be
9366 (varobj_get_type): Check for invalid varobj.
1201 * varobj.c (varobj_get_type): Fix typo.
6918 * varobj.c (varobj_get_type): Use type_to_string.