SYMBOL INDEX (630 symbols across 26 files) FILE: Chisel/Chisel/CHLAllocations.c function kern_return_t (line 8) | static kern_return_t reader(__unused task_t remote_task, vm_address_t re... type RangeEnumeratorArgs (line 14) | typedef struct { function rangeEnumerator (line 19) | static void rangeEnumerator(__unused task_t task, void *context, __unuse... function CHLScanAllocations (line 27) | void CHLScanAllocations(CHLRangeHandler handler, void *context, const ma... FILE: Chisel/Chisel/zone_allocator.h function deallocate (line 22) | void deallocate(T *p, __unused std::size_t n) function malloc_zone_t (line 27) | const malloc_zone_t *zone() const FILE: commands/FBAccessibilityCommands.py function lldbcommands (line 20) | def lldbcommands(): class FBPrintAccessibilityLabels (line 28) | class FBPrintAccessibilityLabels(fb.FBCommand): method name (line 29) | def name(self): method description (line 32) | def description(self): method args (line 35) | def args(self): method run (line 45) | def run(self, arguments, options): class FBPrintAccessibilityIdentifiers (line 50) | class FBPrintAccessibilityIdentifiers(fb.FBCommand): method name (line 51) | def name(self): method description (line 54) | def description(self): method args (line 57) | def args(self): method run (line 67) | def run(self, arguments, option): class FBFindViewByAccessibilityLabelCommand (line 72) | class FBFindViewByAccessibilityLabelCommand(fb.FBCommand): method name (line 73) | def name(self): method description (line 76) | def description(self): method args (line 82) | def args(self): method accessibilityGrepHierarchy (line 91) | def accessibilityGrepHierarchy(self, view, needle): method run (line 131) | def run(self, arguments, options): function isRunningInSimulator (line 140) | def isRunningInSimulator(): function forceStartAccessibilityServer (line 156) | def forceStartAccessibilityServer(): function accessibilityLabel (line 172) | def accessibilityLabel(view): function accessibilityIdentifier (line 180) | def accessibilityIdentifier(view): function accessibilityElements (line 186) | def accessibilityElements(view): function printAccessibilityHierarchy (line 206) | def printAccessibilityHierarchy(view, indent=0): function printAccessibilityIdentifiersHierarchy (line 232) | def printAccessibilityIdentifiersHierarchy(view, indent=0): FILE: commands/FBAutoLayoutCommands.py function lldbcommands (line 14) | def lldbcommands(): class FBPrintAutolayoutTrace (line 22) | class FBPrintAutolayoutTrace(fb.FBCommand): method name (line 23) | def name(self): method description (line 26) | def description(self): method args (line 32) | def args(self): method run (line 42) | def run(self, arguments, options): function setBorderOnAmbiguousViewRecursive (line 51) | def setBorderOnAmbiguousViewRecursive(view, width, color): class FBAutolayoutBorderAmbiguous (line 74) | class FBAutolayoutBorderAmbiguous(fb.FBCommand): method name (line 75) | def name(self): method description (line 78) | def description(self): method options (line 81) | def options(self): method run (line 101) | def run(self, arguments, options): class FBAutolayoutUnborderAmbiguous (line 109) | class FBAutolayoutUnborderAmbiguous(fb.FBCommand): method name (line 110) | def name(self): method description (line 113) | def description(self): method run (line 116) | def run(self, arguments, options): FILE: commands/FBClassDump.py function lldbcommands (line 14) | def lldbcommands(): class FBPrintMethods (line 18) | class FBPrintMethods(fb.FBCommand): method name (line 19) | def name(self): method description (line 22) | def description(self): method options (line 25) | def options(self): method args (line 61) | def args(self): method run (line 70) | def run(self, arguments, options): class FBPrintProperties (line 88) | class FBPrintProperties(fb.FBCommand): method name (line 89) | def name(self): method description (line 92) | def description(self): method options (line 95) | def options(self): method args (line 107) | def args(self): method run (line 116) | def run(self, arguments, options): class FBPrintBlock (line 122) | class FBPrintBlock(fb.FBCommand): method name (line 123) | def name(self): method description (line 126) | def description(self): method args (line 129) | def args(self): method run (line 134) | def run(self, arguments, options): function isClassObject (line 207) | def isClassObject(arg): function getClassFromArgument (line 211) | def getClassFromArgument(arg, is_classname): function printInstanceMethods (line 228) | def printInstanceMethods(cls, showaddr=False, prefix="-"): function printClassMethods (line 240) | def printClassMethods(cls, showaddr=False): function printProperties (line 244) | def printProperties(cls, showvalue=False): function decode (line 250) | def decode(code): function getMethods (line 290) | def getMethods(klass): class Method (line 328) | class Method: method __init__ (line 329) | def __init__(self, json): method prettyPrintString (line 336) | def prettyPrintString(self): method toHex (line 348) | def toHex(self, addr): method __str__ (line 351) | def __str__(self): function getProperties (line 364) | def getProperties(klass): class Property (line 397) | class Property: method __init__ (line 398) | def __init__(self, json): method prettyPrintString (line 404) | def prettyPrintString(self): FILE: commands/FBComponentCommands.py function lldbcommands (line 12) | def lldbcommands(): class FBComponentsDebugCommand (line 20) | class FBComponentsDebugCommand(fb.FBCommand): method name (line 21) | def name(self): method description (line 24) | def description(self): method options (line 27) | def options(self): method run (line 45) | def run(self, arguments, options): class FBComponentsPrintCommand (line 49) | class FBComponentsPrintCommand(fb.FBCommand): method name (line 50) | def name(self): method description (line 53) | def description(self): method args (line 58) | def args(self): method run (line 68) | def run(self, arguments, options): class FBComponentsReflowCommand (line 82) | class FBComponentsReflowCommand(fb.FBCommand): method name (line 83) | def name(self): method description (line 86) | def description(self): method run (line 89) | def run(self, arguments, options): FILE: commands/FBCopyCommands.py function lldbcommands (line 19) | def lldbcommands(): function _copyFromURL (line 23) | def _copyFromURL(url, preferredFilename, noOpen): function _copyFromData (line 33) | def _copyFromData(data, defaultFilename, preferredFilename, noOpen): function _copy (line 71) | def _copy(target, preferredFilename, noOpen): class FBCopyCommand (line 91) | class FBCopyCommand(fb.FBCommand): method name (line 92) | def name(self): method description (line 95) | def description(self): method options (line 98) | def options(self): method args (line 116) | def args(self): method run (line 121) | def run(self, arguments, options): FILE: commands/FBCounterCommands.py function lldbcommands (line 40) | def lldbcommands(): function generateKey (line 50) | def generateKey(arguments): class FBIncrementCounterCommand (line 70) | class FBIncrementCounterCommand(fb.FBCommand): method name (line 71) | def name(self): method description (line 74) | def description(self): method run (line 77) | def run(self, arguments, options): class FBPrintCounterCommand (line 85) | class FBPrintCounterCommand(fb.FBCommand): method name (line 86) | def name(self): method description (line 89) | def description(self): method run (line 92) | def run(self, arguments, options): class FBPrintCountersCommand (line 100) | class FBPrintCountersCommand(fb.FBCommand): method name (line 101) | def name(self): method description (line 104) | def description(self): method run (line 107) | def run(self, arguments, options): class FBResetCounterCommand (line 115) | class FBResetCounterCommand(fb.FBCommand): method name (line 116) | def name(self): method description (line 119) | def description(self): method run (line 122) | def run(self, arguments, options): class FBResetCountersCommand (line 129) | class FBResetCountersCommand(fb.FBCommand): method name (line 130) | def name(self): method description (line 133) | def description(self): method run (line 136) | def run(self, arguments, options): FILE: commands/FBDebugCommands.py function lldbcommands (line 20) | def lldbcommands(): class FBWatchInstanceVariableCommand (line 34) | class FBWatchInstanceVariableCommand(fb.FBCommand): method name (line 35) | def name(self): method description (line 38) | def description(self): method args (line 41) | def args(self): method run (line 51) | def run(self, arguments, options): class FBFrameworkAddressBreakpointCommand (line 86) | class FBFrameworkAddressBreakpointCommand(fb.FBCommand): method name (line 87) | def name(self): method description (line 90) | def description(self): method args (line 93) | def args(self): method run (line 102) | def run(self, arguments, options): class FBMethodBreakpointCommand (line 116) | class FBMethodBreakpointCommand(fb.FBCommand): method name (line 117) | def name(self): method description (line 120) | def description(self): method args (line 123) | def args(self): method run (line 132) | def run(self, arguments, options): function classItselfImplementsSelector (line 262) | def classItselfImplementsSelector(klass, selector): class FBMemoryWarningCommand (line 275) | class FBMemoryWarningCommand(fb.FBCommand): method name (line 276) | def name(self): method description (line 279) | def description(self): method run (line 282) | def run(self, arguments, options): function switchBreakpointState (line 288) | def switchBreakpointState(expression, on): class FBMethodBreakpointEnableCommand (line 307) | class FBMethodBreakpointEnableCommand(fb.FBCommand): method name (line 308) | def name(self): method description (line 311) | def description(self): method args (line 330) | def args(self): method run (line 337) | def run(self, arguments, options): class FBMethodBreakpointDisableCommand (line 342) | class FBMethodBreakpointDisableCommand(fb.FBCommand): method name (line 343) | def name(self): method description (line 346) | def description(self): method args (line 365) | def args(self): method run (line 372) | def run(self, arguments, options): class FBFindInstancesCommand (line 377) | class FBFindInstancesCommand(fb.FBCommand): method name (line 378) | def name(self): method args (line 381) | def args(self): method description (line 391) | def description(self): method lex (line 425) | def lex(self, commandLine): method run (line 430) | def run(self, arguments, options): method loadChiselIfNecessary (line 447) | def loadChiselIfNecessary(self): method chiselLibraryPath (line 482) | def chiselLibraryPath(self): class FBHeapFromCommand (line 494) | class FBHeapFromCommand(fb.FBCommand): method name (line 495) | def name(self): method description (line 498) | def description(self): method run (line 501) | def run(self, arguments, options): class FBSequenceCommand (line 547) | class FBSequenceCommand(fb.FBCommand): method name (line 548) | def name(self): method description (line 551) | def description(self): method lex (line 554) | def lex(self, commandLine): method run (line 557) | def run(self, arguments, options): method run_command (line 588) | def run_command(self, interpreter, command): method is_continue (line 601) | def is_continue(self, interpreter, command): FILE: commands/FBDelay.py function lldbcommands (line 14) | def lldbcommands(): class FBDelay (line 18) | class FBDelay(fb.FBCommand): method name (line 19) | def name(self): method description (line 22) | def description(self): method args (line 25) | def args(self): method run (line 40) | def run(self, arguments, options): method runDelayed (line 48) | def runDelayed(self, command): FILE: commands/FBDisplayCommands.py function lldbcommands (line 15) | def lldbcommands(): class FBDrawBorderCommand (line 31) | class FBDrawBorderCommand(fb.FBCommand): method name (line 46) | def name(self): method description (line 49) | def description(self): method args (line 52) | def args(self): method options (line 61) | def options(self): method run (line 89) | def run(self, args, options): method nextColorAfterColor (line 128) | def nextColorAfterColor(self, color): class FBRemoveBorderCommand (line 133) | class FBRemoveBorderCommand(fb.FBCommand): method name (line 134) | def name(self): method description (line 137) | def description(self): method options (line 140) | def options(self): method args (line 152) | def args(self): method run (line 161) | def run(self, args, options): class FBMaskViewCommand (line 184) | class FBMaskViewCommand(fb.FBCommand): method name (line 185) | def name(self): method description (line 188) | def description(self): method args (line 191) | def args(self): method options (line 200) | def options(self): method run (line 220) | def run(self, args, options): class FBUnmaskViewCommand (line 225) | class FBUnmaskViewCommand(fb.FBCommand): method name (line 226) | def name(self): method description (line 229) | def description(self): method args (line 232) | def args(self): method run (line 241) | def run(self, args, options): class FBCoreAnimationFlushCommand (line 246) | class FBCoreAnimationFlushCommand(fb.FBCommand): method name (line 247) | def name(self): method description (line 250) | def description(self): method run (line 253) | def run(self, arguments, options): class FBShowViewCommand (line 257) | class FBShowViewCommand(fb.FBCommand): method name (line 258) | def name(self): method description (line 261) | def description(self): method args (line 264) | def args(self): method run (line 273) | def run(self, args, options): class FBHideViewCommand (line 277) | class FBHideViewCommand(fb.FBCommand): method name (line 278) | def name(self): method description (line 281) | def description(self): method args (line 284) | def args(self): method run (line 293) | def run(self, args, options): class FBPresentViewControllerCommand (line 297) | class FBPresentViewControllerCommand(fb.FBCommand): method name (line 298) | def name(self): method description (line 301) | def description(self): method args (line 304) | def args(self): method run (line 313) | def run(self, args, option): class FBDismissViewControllerCommand (line 317) | class FBDismissViewControllerCommand(fb.FBCommand): method name (line 318) | def name(self): method description (line 321) | def description(self): method args (line 324) | def args(self): method run (line 333) | def run(self, args, option): class FBSlowAnimationCommand (line 337) | class FBSlowAnimationCommand(fb.FBCommand): method name (line 338) | def name(self): method description (line 341) | def description(self): method args (line 344) | def args(self): method run (line 354) | def run(self, args, option): class FBUnslowAnimationCommand (line 358) | class FBUnslowAnimationCommand(fb.FBCommand): method name (line 359) | def name(self): method description (line 362) | def description(self): method run (line 365) | def run(self, args, option): FILE: commands/FBFindCommands.py function lldbcommands (line 17) | def lldbcommands(): class FBFindViewControllerCommand (line 21) | class FBFindViewControllerCommand(fb.FBCommand): method name (line 22) | def name(self): method description (line 25) | def description(self): method options (line 28) | def options(self): method run (line 46) | def run(self, arguments, options): method findOwningViewController (line 60) | def findOwningViewController(self, object): method isViewController (line 73) | def isViewController(object): method nextResponder (line 79) | def nextResponder(object): class FBFindViewCommand (line 91) | class FBFindViewCommand(fb.FBCommand): method name (line 92) | def name(self): method description (line 95) | def description(self): method args (line 98) | def args(self): method run (line 107) | def run(self, arguments, options): function printMatchesInViewOutputStringAndCopyFirstToClipboard (line 114) | def printMatchesInViewOutputStringAndCopyFirstToClipboard(needle, haysta... class FBTapLoggerCommand (line 130) | class FBTapLoggerCommand(fb.FBCommand): method name (line 131) | def name(self): method description (line 134) | def description(self): method run (line 137) | def run(self, arguments, options): function taplog_callback (line 162) | def taplog_callback(frame, bp_loc, internal_dict): FILE: commands/FBFlickerCommands.py function lldbcommands (line 17) | def lldbcommands(): class FBFlickerViewCommand (line 21) | class FBFlickerViewCommand(fb.FBCommand): method name (line 22) | def name(self): method description (line 25) | def description(self): method args (line 28) | def args(self): method run (line 35) | def run(self, arguments, options): class FBViewSearchCommand (line 45) | class FBViewSearchCommand(fb.FBCommand): method name (line 46) | def name(self): method description (line 49) | def description(self): method args (line 52) | def args(self): method run (line 57) | def run(self, arguments, options): class FlickerWalker (line 67) | class FlickerWalker: method __init__ (line 68) | def __init__(self, startView): method run (line 71) | def run(self): method inputCallback (line 83) | def inputCallback(self, input): method setCurrentView (line 129) | def setCurrentView(self, view, oldView=None): function superviewOfView (line 138) | def superviewOfView(view): function subviewsOfView (line 146) | def subviewsOfView(view): function firstSubviewOfView (line 150) | def firstSubviewOfView(view): function nthSiblingOfView (line 160) | def nthSiblingOfView(view, n): FILE: commands/FBImportCommands.py function lldbcommands (line 12) | def lldbcommands(): class ImportUIKitModule (line 16) | class ImportUIKitModule(fb.FBCommand): method name (line 17) | def name(self): method description (line 20) | def description(self): method run (line 23) | def run(self, arguments, options): FILE: commands/FBInvocationCommands.py function lldbcommands (line 14) | def lldbcommands(): class FBPrintInvocation (line 18) | class FBPrintInvocation(fb.FBCommand): method name (line 19) | def name(self): method description (line 22) | def description(self): method options (line 25) | def options(self): method run (line 37) | def run(self, arguments, options): function printInvocationForFrame (line 55) | def printInvocationForFrame(frame): function stackStartAddressInSelectedFrame (line 101) | def stackStartAddressInSelectedFrame(frame): function findArgAtIndexFromStackFrame (line 121) | def findArgAtIndexFromStackFrame(frame, index): function findArgAdressAtIndexFromStackFrame (line 127) | def findArgAdressAtIndexFromStackFrame(frame, index): function prettyPrintInvocation (line 133) | def prettyPrintInvocation(frame, invocation): function argumentAsString (line 173) | def argumentAsString(frame, address, encoding): # noqa C901 FILE: commands/FBPrintCommands.py function lldbcommands (line 19) | def lldbcommands(): class FBPrintViewHierarchyCommand (line 43) | class FBPrintViewHierarchyCommand(fb.FBCommand): method name (line 44) | def name(self): method description (line 47) | def description(self): method options (line 50) | def options(self): method args (line 94) | def args(self): method run (line 104) | def run(self, arguments, options): class FBPrintViewControllerHierarchyCommand (line 163) | class FBPrintViewControllerHierarchyCommand(fb.FBCommand): method name (line 164) | def name(self): method description (line 167) | def description(self): method args (line 170) | def args(self): method run (line 180) | def run(self, arguments, options): class FBPrintIsExecutingInAnimationBlockCommand (line 201) | class FBPrintIsExecutingInAnimationBlockCommand(fb.FBCommand): method name (line 202) | def name(self): method description (line 205) | def description(self): method run (line 210) | def run(self, arguments, options): function _printIterative (line 214) | def _printIterative(initialValue, generator): class FBPrintInheritanceHierarchy (line 221) | class FBPrintInheritanceHierarchy(fb.FBCommand): method name (line 222) | def name(self): method description (line 225) | def description(self): method args (line 228) | def args(self): method run (line 235) | def run(self, arguments, options): function _inheritanceHierarchy (line 239) | def _inheritanceHierarchy(instanceOfAClass): class FBPrintUpwardResponderChain (line 249) | class FBPrintUpwardResponderChain(fb.FBCommand): method name (line 250) | def name(self): method description (line 253) | def description(self): method args (line 256) | def args(self): method run (line 265) | def run(self, arguments, options): function _responderChain (line 286) | def _responderChain(startResponder): function tableViewInHierarchy (line 295) | def tableViewInHierarchy(): class FBPrintOnscreenTableView (line 328) | class FBPrintOnscreenTableView(fb.FBCommand): method name (line 329) | def name(self): method description (line 332) | def description(self): method run (line 335) | def run(self, arguments, options): class FBPrintOnscreenTableViewCells (line 346) | class FBPrintOnscreenTableViewCells(fb.FBCommand): method name (line 347) | def name(self): method description (line 350) | def description(self): method run (line 353) | def run(self, arguments, options): class FBPrintInternals (line 362) | class FBPrintInternals(fb.FBCommand): method name (line 363) | def name(self): method description (line 366) | def description(self): method args (line 369) | def args(self): method options (line 376) | def options(self): method run (line 388) | def run(self, arguments, options): class FBPrintInstanceVariable (line 406) | class FBPrintInstanceVariable(fb.FBCommand): method name (line 407) | def name(self): method description (line 410) | def description(self): method args (line 413) | def args(self): method run (line 423) | def run(self, arguments, options): class FBPrintKeyPath (line 446) | class FBPrintKeyPath(fb.FBCommand): method name (line 447) | def name(self): method description (line 450) | def description(self): method args (line 453) | def args(self): method run (line 460) | def run(self, arguments, options): class FBPrintApplicationDocumentsPath (line 472) | class FBPrintApplicationDocumentsPath(fb.FBCommand): method name (line 473) | def name(self): method description (line 476) | def description(self): method options (line 479) | def options(self): method run (line 491) | def run(self, arguments, options): class FBPrintApplicationBundlePath (line 510) | class FBPrintApplicationBundlePath(fb.FBCommand): method name (line 511) | def name(self): method description (line 514) | def description(self): method options (line 517) | def options(self): method run (line 529) | def run(self, arguments, options): class FBPrintData (line 541) | class FBPrintData(fb.FBCommand): method name (line 542) | def name(self): method description (line 545) | def description(self): method options (line 566) | def options(self): method args (line 578) | def args(self): method run (line 583) | def run(self, arguments, option): # noqa C901 class FBPrintTargetActions (line 635) | class FBPrintTargetActions(fb.FBCommand): method name (line 636) | def name(self): method description (line 639) | def description(self): method args (line 642) | def args(self): method run (line 651) | def run(self, arguments, options): class FBPrintJSON (line 684) | class FBPrintJSON(fb.FBCommand): method name (line 685) | def name(self): method description (line 688) | def description(self): method options (line 691) | def options(self): method args (line 703) | def args(self): method run (line 712) | def run(self, arguments, options): class FBPrintSwiftJSON (line 729) | class FBPrintSwiftJSON(fb.FBCommand): method name (line 730) | def name(self): method description (line 733) | def description(self): method options (line 736) | def options(self): method args (line 748) | def args(self): method run (line 757) | def run(self, arguments, options): class FBPrintAsCurl (line 777) | class FBPrintAsCurl(fb.FBCommand): method name (line 778) | def name(self): method description (line 781) | def description(self): method options (line 784) | def options(self): method args (line 796) | def args(self): method generateTmpFilePath (line 805) | def generateTmpFilePath(self): method run (line 812) | def run(self, arguments, options): class FBPrintToClipboard (line 891) | class FBPrintToClipboard(fb.FBCommand): method name (line 892) | def name(self): method description (line 895) | def description(self): method args (line 898) | def args(self): method run (line 903) | def run(self, arguments, options): class FBPrintObjectInObjc (line 914) | class FBPrintObjectInObjc(fb.FBCommand): method name (line 915) | def name(self): method description (line 918) | def description(self): method args (line 921) | def args(self): method run (line 928) | def run(self, arguments, options): FILE: commands/FBTextInputCommands.py function lldbcommands (line 17) | def lldbcommands(): class FBInputTexByAccessibilityIdCommand (line 21) | class FBInputTexByAccessibilityIdCommand(fb.FBCommand): method name (line 22) | def name(self): method description (line 25) | def description(self): method args (line 28) | def args(self): method run (line 40) | def run(self, arguments, options): method findView (line 45) | def findView(self, view, searchIdentifier, replacementText): class FBInputTexToFirstResponderCommand (line 56) | class FBInputTexToFirstResponderCommand(fb.FBCommand): method name (line 57) | def name(self): method description (line 60) | def description(self): method args (line 63) | def args(self): method run (line 70) | def run(self, arguments, options): method findFirstResponder (line 73) | def findFirstResponder(self, view, replacementText): function rootView (line 84) | def rootView(): function subviewsOfView (line 88) | def subviewsOfView(view): function subviewAtIndex (line 92) | def subviewAtIndex(views, index): function viewsCount (line 96) | def viewsCount(views): function accessibilityIdentifier (line 100) | def accessibilityIdentifier(view): function isEqualToString (line 104) | def isEqualToString(identifier, needle): function setTextInView (line 110) | def setTextInView(view, text): function isFirstResponder (line 115) | def isFirstResponder(view): FILE: commands/FBVisualizationCommands.py function lldbcommands (line 17) | def lldbcommands(): function _showImage (line 21) | def _showImage(commandForImage): function _colorIsCGColorRef (line 63) | def _colorIsCGColorRef(color): function _showColor (line 80) | def _showColor(color): function _showLayer (line 118) | def _showLayer(layer): function _showPixelBuffer (line 149) | def _showPixelBuffer(target): function _dataIsImage (line 164) | def _dataIsImage(data): function _dataIsString (line 176) | def _dataIsString(data): function _visualize (line 190) | def _visualize(target): class FBVisualizeCommand (line 239) | class FBVisualizeCommand(fb.FBCommand): method name (line 240) | def name(self): method description (line 243) | def description(self): method args (line 246) | def args(self): method run (line 253) | def run(self, arguments, options): FILE: commands/FBXCTestCommands.py function lldbcommands (line 17) | def lldbcommands(): class FBXCPrintDebugDescription (line 21) | class FBXCPrintDebugDescription(fb.FBCommand): method name (line 22) | def name(self): method description (line 25) | def description(self): method args (line 28) | def args(self): method run (line 38) | def run(self, arguments, options): class FBXCPrintTree (line 67) | class FBXCPrintTree(fb.FBCommand): method name (line 68) | def name(self): method description (line 71) | def description(self): method args (line 74) | def args(self): method options (line 84) | def options(self): method run (line 115) | def run(self, arguments, options): class FBXCPrintObject (line 146) | class FBXCPrintObject(fb.FBCommand): method name (line 147) | def name(self): method description (line 150) | def description(self): method args (line 153) | def args(self): method run (line 163) | def run(self, arguments, options): class FBXCNoId (line 190) | class FBXCNoId(fb.FBCommand): method name (line 191) | def name(self): method description (line 194) | def description(self): method args (line 197) | def args(self): method options (line 207) | def options(self): method run (line 247) | def run(self, arguments, options): function take_snapshot (line 284) | def take_snapshot(element): class _ElementList (line 299) | class _ElementList(object): method __init__ (line 307) | def __init__(self, element, children): method text (line 311) | def text(self, pointer, trait, frame, indent): method hierarchy_text (line 328) | def hierarchy_text(self, pointer=False, trait=False, frame=False, inde... class XCElementSnapshot (line 347) | class XCElementSnapshot(object): method __init__ (line 373) | def __init__(self, element, language): method is_missing_identifier (line 403) | def is_missing_identifier(self): method type (line 413) | def type(self): method type_value (line 429) | def type_value(self): method type_summary (line 437) | def type_summary(self): method traits (line 445) | def traits(self): method traits_value (line 461) | def traits_value(self): method traits_summary (line 469) | def traits_summary(self): method frame (line 477) | def frame(self): method frame_summary (line 494) | def frame_summary(self): method identifier (line 502) | def identifier(self): method identifier_value (line 518) | def identifier_value(self): method identifier_summary (line 526) | def identifier_summary(self): method value (line 536) | def value(self): method value_value (line 552) | def value_value(self): method value_summary (line 560) | def value_summary(self): method placeholder (line 570) | def placeholder(self): method placeholder_value (line 586) | def placeholder_value(self): method placeholder_summary (line 594) | def placeholder_summary(self): method label (line 604) | def label(self): method label_value (line 620) | def label_value(self): method label_summary (line 628) | def label_summary(self): method title (line 638) | def title(self): method title_value (line 654) | def title_value(self): method title_summary (line 662) | def title_summary(self): method children (line 672) | def children(self): method children_count (line 688) | def children_count(self): method children_list (line 696) | def children_list(self): method enabled (line 704) | def enabled(self): method enabled_value (line 720) | def enabled_value(self): method enabled_summary (line 728) | def enabled_summary(self): method selected (line 738) | def selected(self): method selected_value (line 754) | def selected_value(self): method selected_summary (line 762) | def selected_summary(self): method is_main_window (line 772) | def is_main_window(self): method is_main_window_value (line 788) | def is_main_window_value(self): method is_main_window_summary (line 796) | def is_main_window_summary(self): method keyboard_focus (line 806) | def keyboard_focus(self): method keyboard_focus_value (line 822) | def keyboard_focus_value(self): method keyboard_focus_summary (line 830) | def keyboard_focus_summary(self): method focus (line 840) | def focus(self): method focus_value (line 856) | def focus_value(self): method focus_summary (line 864) | def focus_summary(self): method generation (line 874) | def generation(self): method generation_value (line 890) | def generation_value(self): method horizontal_size_class (line 898) | def horizontal_size_class(self): method horizontal_size_class_value (line 914) | def horizontal_size_class_value(self): method horizontal_size_class_summary (line 922) | def horizontal_size_class_summary(self): method vertical_size_class (line 931) | def vertical_size_class(self): method vertical_size_class_value (line 947) | def vertical_size_class_value(self): method vertical_size_class_summary (line 955) | def vertical_size_class_summary(self): method uniquely_identifying_objective_c_code (line 962) | def uniquely_identifying_objective_c_code(self): method uniquely_identifying_objective_c_code_value (line 972) | def uniquely_identifying_objective_c_code_value(self): method uniquely_identifying_swift_code (line 982) | def uniquely_identifying_swift_code(self): method uniquely_identifying_swift_code_value (line 992) | def uniquely_identifying_swift_code_value(self): method is_touch_bar_element (line 1002) | def is_touch_bar_element(self): method is_touch_bar_element_value (line 1012) | def is_touch_bar_element_value(self): method is_top_level_touch_bar_element (line 1020) | def is_top_level_touch_bar_element(self): method is_top_level_touch_bar_element_value (line 1030) | def is_top_level_touch_bar_element_value(self): method suggested_hit_points (line 1038) | def suggested_hit_points(self): method suggested_hit_points_value (line 1048) | def suggested_hit_points_value(self): method visible_frame (line 1058) | def visible_frame(self): method visible_frame_summary (line 1069) | def visible_frame_summary(self): method depth (line 1077) | def depth(self): method depth_value (line 1085) | def depth_value(self): method hit_point (line 1093) | def hit_point(self): method hit_point_value (line 1104) | def hit_point_value(self): method hit_point_for_scrolling (line 1112) | def hit_point_for_scrolling(self): method hit_point_for_scrolling_value (line 1123) | def hit_point_for_scrolling_value(self): method summary (line 1130) | def summary(self, pointer=False, trait=False, frame=False): method detail_summary (line 1180) | def detail_summary(self): method tree (line 1234) | def tree(self): method find_missing_identifiers (line 1246) | def find_missing_identifiers(self, status_bar): method get_type_value_string (line 1273) | def get_type_value_string(value): method get_traits_value_string (line 1284) | def get_traits_value_string(value): method get_user_interface_size_class_string (line 1295) | def get_user_interface_size_class_string(value): class XCUIElementType (line 1306) | class XCUIElementType(object): method _attributes_by_value (line 1395) | def _attributes_by_value(cls): method name_for_value (line 1410) | def name_for_value(cls, value): class UIAccessibilityTraits (line 1425) | class UIAccessibilityTraits(object): method _attributes_by_value (line 1449) | def _attributes_by_value(cls): method name_for_value (line 1464) | def name_for_value(cls, value): class UIUserInterfaceSizeClass (line 1487) | class UIUserInterfaceSizeClass(object): method name_for_value (line 1497) | def name_for_value(cls, value): class CGRect (line 1515) | class CGRect(object): method __init__ (line 1522) | def __init__(self, element): method summary (line 1530) | def summary(self): class CGPoint (line 1547) | class CGPoint(object): method __init__ (line 1554) | def __init__(self, element): method summary (line 1559) | def summary(self): function normalize_summary (line 1572) | def normalize_summary(summary): function normalize_array_description (line 1583) | def normalize_array_description(description): function import_uikit (line 1597) | def import_uikit(): function debug (line 1608) | def debug(element): FILE: fbchisellldb.py function __lldb_init_module (line 16) | def __lldb_init_module(debugger, dict): function loadCommandsInDirectory (line 24) | def loadCommandsInDirectory(commandsDirectory): function loadCommand (line 41) | def loadCommand(module, command, directory, filename, extension): function makeRunCommand (line 72) | def makeRunCommand(command, filename): function validateArgsForCommand (line 112) | def validateArgsForCommand(args, command): function optionParserForCommand (line 130) | def optionParserForCommand(command): function helpForCommand (line 154) | def helpForCommand(command, filename): function usageForCommand (line 201) | def usageForCommand(command): FILE: fbchisellldbbase.py class FBCommandArgument (line 14) | class FBCommandArgument: # noqa B903 method __init__ (line 15) | def __init__( class FBCommand (line 27) | class FBCommand: method name (line 28) | def name(self): method options (line 31) | def options(self): method args (line 34) | def args(self): method description (line 37) | def description(self): method lex (line 40) | def lex(self, commandLine): method run (line 43) | def run(self, arguments, option): function isSuccess (line 47) | def isSuccess(error): function importModule (line 56) | def importModule(frame, module): function evaluateExpressionValue (line 65) | def evaluateExpressionValue( function evaluateInputExpression (line 110) | def evaluateInputExpression(expression, printErrors=True): function evaluateIntegerExpression (line 132) | def evaluateIntegerExpression(expression, printErrors=True): function evaluateBooleanExpression (line 143) | def evaluateBooleanExpression(expression, printErrors=True): function evaluateExpression (line 149) | def evaluateExpression(expression, printErrors=True): function describeObject (line 153) | def describeObject(expression, printErrors=True): function evaluateEffect (line 159) | def evaluateEffect(expression, printErrors=True): function evaluateObjectExpression (line 163) | def evaluateObjectExpression(expression, printErrors=True): function evaluateCStringExpression (line 167) | def evaluateCStringExpression(expression, printErrors=True): function check_expr (line 200) | def check_expr(expr): function evaluate (line 210) | def evaluate(expr): function currentLanguage (line 233) | def currentLanguage(): FILE: fbchisellldbinputhelpers.py class FBInputHandler (line 11) | class FBInputHandler: method __init__ (line 12) | def __init__(self, debugger, callback): method isValid (line 25) | def isValid(self): method start (line 28) | def start(self): method stop (line 31) | def stop(self): method handleInput (line 34) | def handleInput(self, inputReader, notification, bytes): FILE: fbchisellldbobjcruntimehelpers.py function objc_getClass (line 14) | def objc_getClass(className): function object_getClass (line 20) | def object_getClass(object): function class_getName (line 26) | def class_getName(klass): function class_getSuperclass (line 32) | def class_getSuperclass(klass): function class_isMetaClass (line 38) | def class_isMetaClass(klass): function class_getInstanceMethod (line 43) | def class_getInstanceMethod(klass, selector): function currentArch (line 51) | def currentArch(): function functionPreambleExpressionForSelf (line 59) | def functionPreambleExpressionForSelf(): function functionPreambleExpressionForObjectParameterAtIndex (line 75) | def functionPreambleExpressionForObjectParameterAtIndex(parameterIndex): function isMacintoshArch (line 102) | def isMacintoshArch(): function isIOSSimulator (line 113) | def isIOSSimulator(): function isIOSDevice (line 123) | def isIOSDevice(): FILE: fbchisellldbobjecthelpers.py function isKindOfClass (line 11) | def isKindOfClass(obj, className): function className (line 16) | def className(obj): FILE: fbchisellldbviewcontrollerhelpers.py function presentViewController (line 12) | def presentViewController(viewController): function dismissViewController (line 34) | def dismissViewController(viewController): function viewControllerRecursiveDescription (line 56) | def viewControllerRecursiveDescription(vc): function _viewControllerDescription (line 62) | def _viewControllerDescription(viewController): function _recursiveViewControllerDescriptionWithPrefixAndChildPrefix (line 82) | def _recursiveViewControllerDescriptionWithPrefixAndChildPrefix( FILE: fbchisellldbviewhelpers.py function flushCoreAnimationTransaction (line 12) | def flushCoreAnimationTransaction(): function setViewHidden (line 16) | def setViewHidden(object, hidden): function maskView (line 21) | def maskView(viewOrLayer, color, alpha): function unmaskView (line 46) | def unmaskView(viewOrLayer): function convertPoint (line 57) | def convertPoint(x, y, fromViewOrLayer, toViewOrLayer): function convertToLayer (line 66) | def convertToLayer(viewOrLayer): function isUIView (line 79) | def isUIView(obj): function isNSView (line 85) | def isNSView(obj): function isView (line 91) | def isView(obj): function subviewsOfView (line 97) | def subviewsOfView(view): function upwardsRecursiveDescription (line 110) | def upwardsRecursiveDescription(view, maxDepth=0): function slowAnimation (line 150) | def slowAnimation(speed=1):