GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Static Public Member Functions
gdb.command.explore.TypedefExplorer Class Reference

List of all members.

Static Public Member Functions

def explore_expr
def explore_type
def explore_expr
def explore_type

Detailed Description

Internal class used to explore values whose type is a typedef.

Definition at line 550 of file explore.py.


Member Function Documentation

def gdb.command.explore.TypedefExplorer.explore_expr (   expr,
  value,
  is_child 
) [static]
Function to explore typedef values.
See Explorer.explore_expr for more information.

Definition at line 554 of file explore.py.

def gdb.command.explore.TypedefExplorer.explore_expr (   expr,
  value,
  is_child 
) [static]
Function to explore typedef values.
See Explorer.explore_expr for more information.

Definition at line 554 of file explore.py.

def gdb.command.explore.TypedefExplorer.explore_type (   name,
  datatype,
  is_child 
) [static]
Function to explore typedef types.
See Explorer.explore_type for more information.

Definition at line 567 of file explore.py.

def gdb.command.explore.TypedefExplorer.explore_type (   name,
  datatype,
  is_child 
) [static]
Function to explore typedef types.
See Explorer.explore_type for more information.

Definition at line 567 of file explore.py.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines