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) |
Static Private Member Functions | |
def | _print_fields (print_list) |
def | _get_real_field_count (fields) |
def | _print_fields (print_list) |
def | _get_real_field_count (fields) |
Internal class used to explore struct, classes and unions.
Definition at line 367 of file explore.py.
|
staticprivate |
Definition at line 383 of file explore.py.
Referenced by gdb.command.explore.CompoundExplorer._get_real_field_count().
|
staticprivate |
Definition at line 383 of file explore.py.
References gdb.command.explore.CompoundExplorer._get_real_field_count().
|
staticprivate |
Internal function which prints the fields of a struct/class/union.
Definition at line 371 of file explore.py.
References len.
Referenced by gdb.command.explore.CompoundExplorer._print_fields().
|
staticprivate |
Internal function which prints the fields of a struct/class/union.
Definition at line 371 of file explore.py.
References gdb.command.explore.CompoundExplorer._print_fields(), and len.
|
static |
Function to explore structs/classes and union values. See Explorer.explore_expr for more information.
Definition at line 392 of file explore.py.
References gdb.command.explore.CompoundExplorer.explore_expr(), and gdb.command.explore.raw_input.
|
static |
Function to explore structs/classes and union values. See Explorer.explore_expr for more information.
Definition at line 392 of file explore.py.
References gdb.command.explore.raw_input.
Referenced by gdb.command.explore.CompoundExplorer.explore_expr().
|
static |
Function to explore struct/class and union types. See Explorer.explore_type for more information.
Definition at line 473 of file explore.py.
References len, and gdb.command.explore.raw_input.
Referenced by gdb.command.explore.CompoundExplorer.explore_type().
|
static |
Function to explore struct/class and union types. See Explorer.explore_type for more information.
Definition at line 473 of file explore.py.
References gdb.command.explore.CompoundExplorer.explore_type(), len, and gdb.command.explore.raw_input.