Definition at line 267 of file gdb.py.
def gdb.FiberActivateCommand.__init__ |
( |
|
self | ) |
|
Definition at line 268 of file gdb.py.
269 super(FiberActivateCommand, self).
__init__(
"fiber", gdb.COMMAND_USER)
def gdb.FiberActivateCommand.invoke |
( |
|
self, |
|
|
|
arg, |
|
|
|
from_tty |
|
) |
| |
Definition at line 271 of file gdb.py.
References gdb.fiber_activate().
273 print(
"folly::fibers::Fiber* has to be passed to 'fiber' command")
275 fiber_ptr = gdb.parse_and_eval(arg)
def fiber_activate(fiber)
def invoke(self, arg, from_tty)
The documentation for this class was generated from the following file:
- proxygen/folly/folly/fibers/scripts/gdb.py