proxygen
gdb.FiberDeactivateCommand Class Reference
Inheritance diagram for gdb.FiberDeactivateCommand:

Public Member Functions

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

Detailed Description

Definition at line 279 of file gdb.py.

Constructor & Destructor Documentation

def gdb.FiberDeactivateCommand.__init__ (   self)

Definition at line 280 of file gdb.py.

280  def __init__(self):
281  super(FiberDeactivateCommand, self).__init__(
282  "fiber-deactivate", gdb.COMMAND_USER)
283 
def __init__(self)
Definition: gdb.py:280

Member Function Documentation

def gdb.FiberDeactivateCommand.invoke (   self,
  arg,
  from_tty 
)

Definition at line 284 of file gdb.py.

References gdb.fiber_deactivate().

284  def invoke(self, arg, from_tty):
285  print(fiber_deactivate())
286 
287 
def invoke(self, arg, from_tty)
Definition: gdb.py:284
def fiber_deactivate()
Definition: gdb.py:261

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