proxygen
|
Classes | |
class | FiberActivateCommand |
class | FiberDeactivateCommand |
class | FiberManagerPrinter |
class | FiberPrinter |
class | FiberPrintLimitCommand |
class | FiberUnwinder |
class | FiberUnwinderFrameFilter |
class | FiberXMethodMatcher |
class | FiberXMethodWorker |
class | FrameId |
class | GetFiberXMethodMatcher |
class | GetFiberXMethodWorker |
class | Shortcut |
Functions | |
def | fiber_manager_active_fibers (fm) |
def | fiber_activate (fiber) |
def | fiber_deactivate () |
def | get_fiber_manager_map (evb_type) |
def | get_fiber_manager_map_evb () |
def | get_fiber_manager_map_vevb () |
def | build_pretty_printer () |
def | load () |
def | info () |
def gdb.fiber_activate | ( | fiber | ) |
Definition at line 250 of file gdb.py.
References folly::gen.dereference, and folly.format().
Referenced by gdb.FiberXMethodWorker.__call__(), and gdb.FiberActivateCommand.invoke().
def gdb.fiber_deactivate | ( | ) |
def gdb.fiber_manager_active_fibers | ( | fm | ) |
Definition at line 91 of file gdb.py.
References folly::gen.dereference.
Referenced by gdb.GetFiberXMethodWorker.__call__(), and gdb.FiberManagerPrinter.children().
def gdb.get_fiber_manager_map | ( | evb_type | ) |
Definition at line 320 of file gdb.py.
References folly::gen.dereference.
Referenced by get_fiber_manager_map_evb(), and get_fiber_manager_map_vevb().
def gdb.get_fiber_manager_map_evb | ( | ) |
def gdb.get_fiber_manager_map_vevb | ( | ) |
def gdb.info | ( | ) |
def gdb.load | ( | ) |
Definition at line 358 of file gdb.py.
References build_pretty_printer().