Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-lazy-string.c61 lazy_string_object *self_string = (lazy_string_object *) self; in stpy_get_address() local
63 return gdb_py_object_from_ulongest (self_string->address).release (); in stpy_get_address()
69 lazy_string_object *self_string = (lazy_string_object *) self; in stpy_get_encoding() local
74 if (self_string->encoding) in stpy_get_encoding()
75 result = PyUnicode_FromString (self_string->encoding); in stpy_get_encoding()
88 lazy_string_object *self_string = (lazy_string_object *) self; in stpy_get_length() local
90 return gdb_py_object_from_longest (self_string->length).release (); in stpy_get_length()
105 lazy_string_object *self_string = (lazy_string_object *) self; in stpy_convert_to_value() local
107 if (self_string->address == 0) in stpy_convert_to_value()
119 struct type *type = type_object_to_type (self_string->type); in stpy_convert_to_value()
[all …]