Internal class used to explore reference (TYPE_CODE_REF) values.
Definition at line 302 of file explore.py.
◆ explore_expr() [1/2]
def gdb.command.explore.ReferenceExplorer.explore_expr |
( |
|
expr, |
|
|
|
value, |
|
|
|
is_child |
|
) |
| |
|
static |
Function to explore array values.
See Explorer.explore_expr for more information.
Definition at line 306 of file explore.py.
◆ explore_expr() [2/2]
def gdb.command.explore.ReferenceExplorer.explore_expr |
( |
|
expr, |
|
|
|
value, |
|
|
|
is_child |
|
) |
| |
|
static |
Function to explore array values.
See Explorer.explore_expr for more information.
Definition at line 306 of file explore.py.
◆ explore_type() [1/2]
def gdb.command.explore.ReferenceExplorer.explore_type |
( |
|
name, |
|
|
|
datatype, |
|
|
|
is_child |
|
) |
| |
|
static |
Function to explore pointer types.
See Explorer.explore_type for more information.
Definition at line 315 of file explore.py.
◆ explore_type() [2/2]
def gdb.command.explore.ReferenceExplorer.explore_type |
( |
|
name, |
|
|
|
datatype, |
|
|
|
is_child |
|
) |
| |
|
static |
Function to explore pointer types.
See Explorer.explore_type for more information.
Definition at line 315 of file explore.py.
The documentation for this class was generated from the following files:
- /tmp/gdb-13.1/gdb/data-directory/python/gdb/command/explore.py
- /tmp/gdb-13.1/gdb/python/lib/gdb/command/explore.py