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

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)
 

Detailed Description

Internal class used to explore pointer values.

Definition at line 234 of file explore.py.

Member Function Documentation

def gdb.command.explore.PointerExplorer.explore_expr (   expr,
  value,
  is_child 
)
static
Function to explore pointer values.
See Explorer.explore_expr for more information.

Definition at line 238 of file explore.py.

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

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

def gdb.command.explore.PointerExplorer.explore_expr (   expr,
  value,
  is_child 
)
static
Function to explore pointer values.
See Explorer.explore_expr for more information.

Definition at line 238 of file explore.py.

References gdb.command.explore.PointerExplorer.explore_expr(), int, and gdb.command.explore.raw_input.

def gdb.command.explore.PointerExplorer.explore_type (   name,
  datatype,
  is_child 
)
static
Function to explore pointer types.
See Explorer.explore_type for more information.

Definition at line 286 of file explore.py.

References gdb.command.explore.PointerExplorer.explore_type().

def gdb.command.explore.PointerExplorer.explore_type (   name,
  datatype,
  is_child 
)
static
Function to explore pointer types.
See Explorer.explore_type for more information.

Definition at line 286 of file explore.py.

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


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