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

Static Public Member Functions

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

Static Private Member Functions

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

Detailed Description

Internal class used to explore struct, classes and unions.

Definition at line 367 of file explore.py.

Member Function Documentation

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

Definition at line 371 of file explore.py.

References len.

Referenced by gdb.command.explore.CompoundExplorer._print_fields().

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

Definition at line 371 of file explore.py.

References gdb.command.explore.CompoundExplorer._print_fields(), and len.

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

References gdb.command.explore.CompoundExplorer.explore_expr(), and gdb.command.explore.raw_input.

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

References gdb.command.explore.raw_input.

Referenced by gdb.command.explore.CompoundExplorer.explore_expr().

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

References len, and gdb.command.explore.raw_input.

Referenced by gdb.command.explore.CompoundExplorer.explore_type().

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

References gdb.command.explore.CompoundExplorer.explore_type(), len, and gdb.command.explore.raw_input.


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