GDB (xrefs)
Public Member Functions | List of all members
gdb.command.explore.ExploreCommand Class Reference
Inheritance diagram for gdb.command.explore.ExploreCommand:

Public Member Functions

def __init__ (self)
 
def invoke (self, arg_str, from_tty)
 
def __init__ (self)
 
def invoke (self, arg_str, from_tty)
 

Detailed Description

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 649 of file explore.py.

Constructor & Destructor Documentation

def gdb.command.explore.ExploreCommand.__init__ (   self)

Definition at line 661 of file explore.py.

Referenced by gdb.command.explore.ExploreCommand.__init__().

def gdb.command.explore.ExploreCommand.__init__ (   self)

Definition at line 661 of file explore.py.

References gdb.command.explore.ExploreCommand.__init__().

Member Function Documentation

def gdb.command.explore.ExploreCommand.invoke (   self,
  arg_str,
  from_tty 
)

Definition at line 666 of file explore.py.

Referenced by gdb.command.explore.ExploreCommand.invoke().

def gdb.command.explore.ExploreCommand.invoke (   self,
  arg_str,
  from_tty 
)

Definition at line 666 of file explore.py.

References gdb.command.explore.ExploreCommand.invoke().


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