Home
last modified time | relevance | path

Searched refs:value_actual_type (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvarobj.c384 var->type = value_actual_type (value, 0, &real_type_found); in varobj_create()
1140 struct type *new_type = value_actual_type (new_value, 0, 0); in update_type_if_necessary()
1798 child->type = value_actual_type (item->value.get (), 0, NULL); in create_child_with_value()
Dc-varobj.c120 enclosing_type = value_actual_type (*value, 1, &real_type_found); in adjust_value_for_child_access()
Dvalue.h912 extern struct type *value_actual_type (struct value *value,
Dvalue.c1074 value_actual_type (struct value *value, int resolve_simple_types, in value_actual_type() function
DChangeLog-20121583 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
9250 * value.c (value_actual_type): New function.
9251 * value.h (value_actual_type): New declaration.
9253 (varobj_create): Call value_actual_type instead of
9261 (create_child_with_value): Call value_actual_type instead of
DChangeLog-20168435 * value.c (value_actual_type): Don't try to get rtti type
8559 * value.c (value_actual_type): Fix formatting issue.
DChangeLog-201715867 * value.c (value_actual_type, value_as_address, unpack_long)