GDB (xrefs)
Loading...
Searching...
No Matches
Static Public Member Functions | Static Protected Member Functions | List of all members
gdb.command.explore.CompoundExplorer Class Reference
Inheritance diagram for gdb.command.explore.CompoundExplorer:

Static Public Member Functions

 explore_expr (expr, value, is_child)
 
 explore_type (name, datatype, is_child)
 
 explore_expr (expr, value, is_child)
 
 explore_type (name, datatype, is_child)
 

Static Protected Member Functions

 _print_fields (print_list)
 
 _get_real_field_count (fields)
 
 _print_fields (print_list)
 
 _get_real_field_count (fields)
 

Detailed Description

Internal class used to explore struct, classes and unions.

Definition at line 372 of file explore.py.

Member Function Documentation

◆ _get_real_field_count() [1/2]

gdb.command.explore.CompoundExplorer._get_real_field_count ( fields)
staticprotected

Definition at line 387 of file explore.py.

◆ _get_real_field_count() [2/2]

gdb.command.explore.CompoundExplorer._get_real_field_count ( fields)
staticprotected

Definition at line 387 of file explore.py.

◆ _print_fields() [1/2]

gdb.command.explore.CompoundExplorer._print_fields ( print_list)
staticprotected
Internal function which prints the fields of a struct/class/union.

Definition at line 376 of file explore.py.

◆ _print_fields() [2/2]

gdb.command.explore.CompoundExplorer._print_fields ( print_list)
staticprotected
Internal function which prints the fields of a struct/class/union.

Definition at line 376 of file explore.py.

◆ explore_expr() [1/2]

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 396 of file explore.py.

◆ explore_expr() [2/2]

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 396 of file explore.py.

◆ explore_type() [1/2]

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 490 of file explore.py.

◆ explore_type() [2/2]

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 490 of file explore.py.


The documentation for this class was generated from the following files: