GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD CORE_ADDR | address |
char * | encoding |
long | length |
struct type * | type |
Definition at line 27 of file py-lazy-string.c.
PyObject_HEAD CORE_ADDR lazy_string_object::address |
Definition at line 30 of file py-lazy-string.c.
Referenced by gdbpy_create_lazy_string_object(), gdbpy_extract_lazy_string(), stpy_convert_to_value(), and stpy_get_address().
char* lazy_string_object::encoding |
Definition at line 36 of file py-lazy-string.c.
Referenced by gdbpy_create_lazy_string_object(), gdbpy_extract_lazy_string(), stpy_dealloc(), and stpy_get_encoding().
long lazy_string_object::length |
Definition at line 41 of file py-lazy-string.c.
Referenced by gdbpy_create_lazy_string_object(), gdbpy_extract_lazy_string(), and stpy_get_length().
struct type* lazy_string_object::type |
Definition at line 45 of file py-lazy-string.c.
Referenced by gdbpy_create_lazy_string_object(), gdbpy_extract_lazy_string(), stpy_convert_to_value(), and stpy_get_type().