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

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)
 

Detailed Description

Internal class used to explore arrays.

Definition at line 323 of file explore.py.

Member Function Documentation

◆ explore_expr() [1/2]

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

Definition at line 327 of file explore.py.

◆ explore_expr() [2/2]

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

Definition at line 327 of file explore.py.

◆ explore_type() [1/2]

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

Definition at line 361 of file explore.py.

◆ explore_type() [2/2]

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

Definition at line 361 of file explore.py.


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