/external/lldb/examples/summaries/cocoa/ |
Class.py | 9 import lldb.runtime.objc.objc_runtime namespace 14 runtime =lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
|
CFBag.py | 12 import lldb.runtime.objc.objc_runtime namespace 89 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 119 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
CFBinaryHeap.py | 12 import lldb.runtime.objc.objc_runtime namespace 86 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 115 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSBundle.py | 12 import lldb.runtime.objc.objc_runtime namespace 92 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 114 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSData.py | 12 import lldb.runtime.objc.objc_runtime namespace 96 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 142 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSException.py | 9 import lldb.runtime.objc.objc_runtime namespace 82 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 101 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSIndexSet.py | 12 import lldb.runtime.objc.objc_runtime namespace 112 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 132 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSMachPort.py | 12 import lldb.runtime.objc.objc_runtime namespace 89 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 108 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSNotification.py | 10 import lldb.runtime.objc.objc_runtime namespace 78 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 97 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSNumber.py | 12 import lldb.runtime.objc.objc_runtime namespace 191 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 216 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
CFArray.py | 12 import lldb.runtime.objc.objc_runtime namespace 156 return lldb.runtime.objc.objc_runtime.InvalidPointer_Description(True) 159 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(self.valobj,statistics)
|
CFBitVector.py | 11 import lldb.runtime.objc.objc_runtime namespace 129 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 162 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
CFDictionary.py | 12 import lldb.runtime.objc.objc_runtime namespace 169 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 195 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description): 213 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSSet.py | 11 import lldb.runtime.objc.objc_runtime namespace 191 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 237 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
NSURL.py | 11 import lldb.runtime.objc.objc_runtime namespace 105 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 124 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
CFString.py | 11 import lldb.runtime.objc.objc_runtime namespace 101 # for 32bit targets, use safe ObjC code 109 # last resort call, use ObjC code to read; the final aim is to 201 # the ObjC runtime helper to detect the new class and deal with it accordingly
|
NSDate.py | 12 import lldb.runtime.objc.objc_runtime namespace 198 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics) 228 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description): 243 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
/external/lldb/examples/darwin/heap_find/heap/ |
heap_find.cpp | 73 #include <objc/objc-runtime.h> 201 objc_data_t objc; member in union:range_contains_data_callback_info_t::__anon4760 553 uint64_t bytes; // Total number of bytes for each objc class 746 // of any sort where the first pointer in the object is an OBJC class 759 if (info->objc.match_isa == 0) 768 if (info->objc.match_isa == block_contents->isa) 770 else if (info->objc.match_superclasses) 775 match = super == info->objc.match_isa; 796 //printf ("\terror: symbol not objc class: %s\n", dl_info.dli_sname) [all...] |