|
GDB (xrefs)
|
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) |
Internal class used to explore reference (TYPE_CODE_REF) values.
Definition at line 301 of file explore.py.
|
static |
Function to explore array values. See Explorer.explore_expr for more information.
Definition at line 305 of file explore.py.
Referenced by gdb.command.explore.ReferenceExplorer.explore_expr().
|
static |
Function to explore array values. See Explorer.explore_expr for more information.
Definition at line 305 of file explore.py.
References gdb.command.explore.ReferenceExplorer.explore_expr().
|
static |
Function to explore pointer types. See Explorer.explore_type for more information.
Definition at line 314 of file explore.py.
References gdb.command.explore.ReferenceExplorer.explore_type().
|
static |
Function to explore pointer types. See Explorer.explore_type for more information.
Definition at line 314 of file explore.py.
Referenced by gdb.command.explore.ReferenceExplorer.explore_type().
1.8.14