/external/lldb/examples/summaries/cocoa/ |
D | Class.py | 9 import lldb.runtime.objc.objc_runtime 14 runtime =lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
|
D | NSNotification.py | 10 import lldb.runtime.objc.objc_runtime 78 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 97 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | NSMachPort.py | 12 import lldb.runtime.objc.objc_runtime 89 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 108 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | NSBundle.py | 12 import lldb.runtime.objc.objc_runtime 92 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 114 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | NSException.py | 9 import lldb.runtime.objc.objc_runtime 82 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 101 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | CFBinaryHeap.py | 12 import lldb.runtime.objc.objc_runtime 86 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 115 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | CFBag.py | 12 import lldb.runtime.objc.objc_runtime 89 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 119 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | NSURL.py | 11 import lldb.runtime.objc.objc_runtime 105 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 124 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | NSData.py | 12 import lldb.runtime.objc.objc_runtime 96 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 142 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | CFDictionary.py | 12 import lldb.runtime.objc.objc_runtime 169 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 195 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description): 213 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | NSIndexSet.py | 12 import lldb.runtime.objc.objc_runtime 112 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 132 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | CFBitVector.py | 11 import lldb.runtime.objc.objc_runtime 129 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 162 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | NSDate.py | 12 import lldb.runtime.objc.objc_runtime 198 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 228 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description): 243 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | CFArray.py | 12 import lldb.runtime.objc.objc_runtime 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,s…
|
D | NSSet.py | 11 import lldb.runtime.objc.objc_runtime 191 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 237 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | NSNumber.py | 12 import lldb.runtime.objc.objc_runtime 191 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis… 216 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
D | CFString.py | 11 import lldb.runtime.objc.objc_runtime
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 205 ObjCLanguageRuntime *objc_runtime = GetThread().GetProcess()->GetObjCLanguageRuntime(); in ShouldStop() local 206 assert (objc_runtime != NULL); in ShouldStop() 207 objc_runtime->AddToMethodCache (m_isa_addr, m_sel_addr, target_addr); in ShouldStop()
|
D | AppleObjCTrampolineHandler.cpp | 1033 ObjCLanguageRuntime *objc_runtime = m_process_sp->GetObjCLanguageRuntime (); in GetStepThroughDispatchPlan() local 1034 assert(objc_runtime != NULL); in GetStepThroughDispatchPlan() 1036 impl_addr = objc_runtime->LookupInMethodCache (isa_addr, sel_addr); in GetStepThroughDispatchPlan()
|
/external/lldb/source/Target/ |
D | ThreadPlanStepThrough.cpp | 94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC() local 95 if (objc_runtime) in LookForPlanToStepThroughFromCurrentPC() 96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
|
D | Target.cpp | 1169 ObjCLanguageRuntime *objc_runtime = (ObjCLanguageRuntime*)runtime; in SymbolsDidLoad() local 1170 objc_runtime->SymbolsDidLoad(module_list); in SymbolsDidLoad()
|
D | Process.cpp | 1979 LanguageRuntime *objc_runtime = GetLanguageRuntime (eLanguageTypeObjC); in IsPossibleDynamicValue() local 1980 return objc_runtime ? objc_runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()
|
/external/lldb/source/Core/ |
D | ValueObjectDynamicValue.cpp | 169 LanguageRuntime *objc_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeObjC); in UpdateValue() local 170 if (objc_runtime) in UpdateValue() 171 …found_dynamic_type = objc_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_… in UpdateValue()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 903 ObjCLanguageRuntime *objc_runtime = m_process->GetObjCLanguageRuntime(true); in AddModulesUsingImageInfos() local 904 if (objc_runtime != NULL && !objc_runtime->HasReadObjCLibrary()) in AddModulesUsingImageInfos() 909 if (objc_runtime->IsModuleObjCLibrary (loaded_module_list.GetModuleAtIndex (i))) in AddModulesUsingImageInfos() 911 objc_runtime->ReadObjCLibrary (loaded_module_list.GetModuleAtIndex (i)); in AddModulesUsingImageInfos() 1383 ObjCLanguageRuntime *objc_runtime = m_process->GetObjCLanguageRuntime(); in AlwaysRelyOnEHUnwindInfo() local 1384 if (objc_runtime != NULL && objc_runtime->IsModuleObjCLibrary (module_sp)) in AlwaysRelyOnEHUnwindInfo()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 3100 … ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in GetChildClangTypeAtIndex() local 3101 if (objc_runtime != NULL) in GetChildClangTypeAtIndex() 3104 …child_byte_offset = objc_runtime->GetByteOffsetForIvar (parent_ast_type, ivar_decl->getNameAsStrin… in GetChildClangTypeAtIndex()
|