Internal class used to explore struct, classes and unions.
Definition at line 373 of file explore.py.
◆ _get_real_field_count() [1/2]
def gdb.command.explore.CompoundExplorer._get_real_field_count |
( |
|
fields | ) |
|
|
staticprotected |
◆ _get_real_field_count() [2/2]
def gdb.command.explore.CompoundExplorer._get_real_field_count |
( |
|
fields | ) |
|
|
staticprotected |
◆ _print_fields() [1/2]
def gdb.command.explore.CompoundExplorer._print_fields |
( |
|
print_list | ) |
|
|
staticprotected |
Internal function which prints the fields of a struct/class/union.
Definition at line 377 of file explore.py.
◆ _print_fields() [2/2]
def gdb.command.explore.CompoundExplorer._print_fields |
( |
|
print_list | ) |
|
|
staticprotected |
Internal function which prints the fields of a struct/class/union.
Definition at line 377 of file explore.py.
◆ explore_expr() [1/2]
def gdb.command.explore.CompoundExplorer.explore_expr |
( |
|
expr, |
|
|
|
value, |
|
|
|
is_child |
|
) |
| |
|
static |
Function to explore structs/classes and union values.
See Explorer.explore_expr for more information.
Definition at line 397 of file explore.py.
◆ explore_expr() [2/2]
def gdb.command.explore.CompoundExplorer.explore_expr |
( |
|
expr, |
|
|
|
value, |
|
|
|
is_child |
|
) |
| |
|
static |
Function to explore structs/classes and union values.
See Explorer.explore_expr for more information.
Definition at line 397 of file explore.py.
◆ explore_type() [1/2]
def gdb.command.explore.CompoundExplorer.explore_type |
( |
|
name, |
|
|
|
datatype, |
|
|
|
is_child |
|
) |
| |
|
static |
Function to explore struct/class and union types.
See Explorer.explore_type for more information.
Definition at line 491 of file explore.py.
◆ explore_type() [2/2]
def gdb.command.explore.CompoundExplorer.explore_type |
( |
|
name, |
|
|
|
datatype, |
|
|
|
is_child |
|
) |
| |
|
static |
Function to explore struct/class and union types.
See Explorer.explore_type for more information.
Definition at line 491 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