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

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 scalar values.

Definition at line 189 of file explore.py.

Member Function Documentation

◆ explore_expr() [1/2]

def gdb.command.explore.ScalarExplorer.explore_expr (   expr,
  value,
  is_child 
)
static
Function to explore scalar values.
See Explorer.explore_expr and Explorer.is_scalar_type for more
information.

Definition at line 193 of file explore.py.

◆ explore_expr() [2/2]

def gdb.command.explore.ScalarExplorer.explore_expr (   expr,
  value,
  is_child 
)
static
Function to explore scalar values.
See Explorer.explore_expr and Explorer.is_scalar_type for more
information.

Definition at line 193 of file explore.py.

◆ explore_type() [1/2]

def gdb.command.explore.ScalarExplorer.explore_type (   name,
  datatype,
  is_child 
)
static
Function to explore scalar types.
See Explorer.explore_type and Explorer.is_scalar_type for more
information.

Definition at line 208 of file explore.py.

◆ explore_type() [2/2]

def gdb.command.explore.ScalarExplorer.explore_type (   name,
  datatype,
  is_child 
)
static
Function to explore scalar types.
See Explorer.explore_type and Explorer.is_scalar_type for more
information.

Definition at line 208 of file explore.py.


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