Home
last modified time | relevance | path

Searched refs:varobj_get_type (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmd-var.c69 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()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvarobj.h293 extern std::string varobj_get_type (struct varobj *var);
Dvarobj.c829 varobj_get_type (struct varobj *var) in varobj_get_type() function
1142 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()
DChangeLog-19991214 * varobj.c (varobj_get_type, c_value_of_variable): Use
1225 * varobj.c (varobj_get_type, c_value_of_variable): Update.
2293 * varobj.c (varobj_get_type): Call tui_sfileopen() instead of
2924 * varobj.c (varobj_get_type, c_value_of_variable): Remove
DChangeLog-20162333 (varobj_get_type): Return a std::string.
2360 (varobj_get_expression, varobj_get_type): Return a std::string.
DChangeLog-201513768 varobj_get_type.
13772 (varobj_get_type): Specify in comment that the result needs to be
DChangeLog-20079366 (varobj_get_type): Check for invalid varobj.
DChangeLog-20131201 * varobj.c (varobj_get_type): Fix typo.
DChangeLog-20096918 * varobj.c (varobj_get_type): Use type_to_string.