GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
gdb.command.explore.ExploreTypeCommand Class Reference

List of all members.

Public Member Functions

def __init__
def invoke
def __init__
def invoke

Detailed Description

Explore a type or the type of an expression valid in the current
   context.

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


Constructor & Destructor Documentation

Definition at line 733 of file explore.py.

Definition at line 733 of file explore.py.


Member Function Documentation

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

Definition at line 737 of file explore.py.

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

Definition at line 737 of file explore.py.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines