GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
invoke (self, arg_str, from_tty) | |
__init__ (self) | |
invoke (self, arg_str, from_tty) | |
Explore a type or the type of an expression. Usage: explore type ARG - ARG is a valid expression or a type name. - At any stage of exploration, hit the return key (instead of a choice, if any) to return to the enclosing type.
Definition at line 746 of file explore.py.
gdb.command.explore.ExploreTypeCommand.__init__ | ( | self | ) |
Definition at line 755 of file explore.py.
References gdb.command.explore.ExploreTypeCommand.__init__().
Referenced by gdb.command.explore.ExploreTypeCommand.__init__().
gdb.command.explore.ExploreTypeCommand.__init__ | ( | self | ) |
Definition at line 755 of file explore.py.
References gdb.command.explore.ExploreTypeCommand.__init__().
gdb.command.explore.ExploreTypeCommand.invoke | ( | self, | |
arg_str, | |||
from_tty ) |
Definition at line 760 of file explore.py.
gdb.command.explore.ExploreTypeCommand.invoke | ( | self, | |
arg_str, | |||
from_tty ) |
Definition at line 760 of file explore.py.