GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
value_object Struct Reference

Public Attributes

PyObject_HEAD struct value_objectnext
 
struct value_objectprev
 
struct valuevalue
 
PyObjectaddress
 
PyObjecttype
 
PyObjectdynamic_type
 

Detailed Description

Definition at line 58 of file py-value.c.

Member Data Documentation

◆ address

PyObject* value_object::address

Definition at line 63 of file py-value.c.

Referenced by valpy_clear_value(), valpy_get_address(), and value_to_value_object().

◆ dynamic_type

PyObject* value_object::dynamic_type

Definition at line 65 of file py-value.c.

Referenced by valpy_clear_value(), valpy_get_dynamic_type(), and value_to_value_object().

◆ next

PyObject_HEAD struct value_object* value_object::next

Definition at line 60 of file py-value.c.

Referenced by gdbpy_preserve_values(), note_value(), valpy_dealloc(), and value_to_value_object().

◆ prev

struct value_object* value_object::prev

Definition at line 61 of file py-value.c.

Referenced by note_value(), valpy_dealloc(), and value_to_value_object().

◆ type

PyObject* value_object::type

Definition at line 64 of file py-value.c.

Referenced by valpy_clear_value(), valpy_get_type(), and value_to_value_object().

◆ value

struct value* value_object::value

The documentation for this struct was generated from the following file: