Searched refs:value_object (Results 1 – 3 of 3) sorted by relevance
57 struct value_object { struct59 struct value_object *next; argument60 struct value_object *prev; argument73 static value_object *values_in_python = NULL; argument80 valpy_clear_value (value_object *self) in valpy_clear_value()96 value_object *self = (value_object *) obj; in valpy_dealloc()124 note_value (value_object *value_obj) in note_value()218 value_object *value_obj = (value_object *) self; in valpy_init()238 value_object *iter; in gdbpy_preserve_values()255 res_val = value_ind (((value_object *) self)->value); in valpy_dereference()[all …]
3694 (struct value_object): Add struct tag.8816 * python/python-value.c (value_object) <type>: New field.10664 Remove unused value_object attribute `owned_by_gdb'.10665 * python/python-value.c (value_object): Remove owned_by_gdb10674 * python/python-value.c (value_object): Add `address' element.
1240 * python/py-value.c (struct value_object): Remove typedef.