GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
invoke (self, arg_str, from_tty) | |
__init__ (self) | |
invoke (self, arg_str, from_tty) | |
Explore a value or a type valid in the current context. Usage: explore ARG - ARG is either 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 or value.
Definition at line 676 of file explore.py.
gdb.command.explore.ExploreCommand.__init__ | ( | self | ) |
Definition at line 685 of file explore.py.
References gdb.command.explore.ExploreCommand.__init__().
Referenced by gdb.command.explore.ExploreCommand.__init__().
gdb.command.explore.ExploreCommand.__init__ | ( | self | ) |
Definition at line 685 of file explore.py.
References gdb.command.explore.ExploreCommand.__init__().
gdb.command.explore.ExploreCommand.invoke | ( | self, | |
arg_str, | |||
from_tty ) |
Definition at line 690 of file explore.py.
gdb.command.explore.ExploreCommand.invoke | ( | self, | |
arg_str, | |||
from_tty ) |
Definition at line 690 of file explore.py.