GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gdb.command.explore.ExploreTypeCommand Class Reference
Inheritance diagram for gdb.command.explore.ExploreTypeCommand:

Public Member Functions

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__() [1/2]

gdb.command.explore.ExploreTypeCommand.__init__ ( self)

◆ __init__() [2/2]

gdb.command.explore.ExploreTypeCommand.__init__ ( self)

Definition at line 755 of file explore.py.

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

Member Function Documentation

◆ invoke() [1/2]

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

Definition at line 760 of file explore.py.

◆ invoke() [2/2]

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

Definition at line 760 of file explore.py.


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