GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD CORE_ADDR | address |
char * | encoding |
long | length |
PyObject * | type |
Definition at line 27 of file py-lazy-string.c.
PyObject_HEAD CORE_ADDR lazy_string_object::address |
Definition at line 31 of file py-lazy-string.c.
Referenced by gdbpy_create_lazy_string_object(), gdbpy_extract_lazy_string(), stpy_convert_to_value(), stpy_get_address(), and stpy_str().
char* lazy_string_object::encoding |
Definition at line 37 of file py-lazy-string.c.
Referenced by gdbpy_create_lazy_string_object(), gdbpy_extract_lazy_string(), stpy_dealloc(), stpy_get_encoding(), and stpy_str().
long lazy_string_object::length |
Definition at line 44 of file py-lazy-string.c.
Referenced by gdbpy_create_lazy_string_object(), gdbpy_extract_lazy_string(), stpy_convert_to_value(), stpy_get_length(), and stpy_str().
PyObject* lazy_string_object::type |
Definition at line 53 of file py-lazy-string.c.
Referenced by gdbpy_create_lazy_string_object(), stpy_convert_to_value(), stpy_get_type(), and stpy_lazy_string_elt_type().