def lldbcommands()

in commands/FBPrintCommands.py [0:0]


def lldbcommands():
    return [
        FBPrintViewHierarchyCommand(),
        FBPrintViewControllerHierarchyCommand(),
        FBPrintIsExecutingInAnimationBlockCommand(),
        FBPrintInheritanceHierarchy(),
        FBPrintUpwardResponderChain(),
        FBPrintOnscreenTableView(),
        FBPrintOnscreenTableViewCells(),
        FBPrintInternals(),
        FBPrintInstanceVariable(),
        FBPrintKeyPath(),
        FBPrintApplicationDocumentsPath(),
        FBPrintApplicationBundlePath(),
        FBPrintData(),
        FBPrintTargetActions(),
        FBPrintJSON(),
        FBPrintSwiftJSON(),
        FBPrintAsCurl(),
        FBPrintToClipboard(),
        FBPrintObjectInObjc(),
    ]