HomeSort by relevance Sort by last modified time
    Searched full:objc_runtime (Results 1 - 25 of 25) sorted by null

  /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)
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):
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):
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):
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):
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):
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):
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):
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):
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)
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):
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):
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):
CFString.py 11 import lldb.runtime.objc.objc_runtime namespace
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.cpp 205 ObjCLanguageRuntime *objc_runtime = GetThread().GetProcess()->GetObjCLanguageRuntime(); local
206 assert (objc_runtime != NULL);
207 objc_runtime->AddToMethodCache (m_isa_addr, m_sel_addr, target_addr);
AppleObjCTrampolineHandler.cpp 1033 ObjCLanguageRuntime *objc_runtime = m_process_sp->GetObjCLanguageRuntime (); local
    [all...]
  /external/lldb/source/Target/
ThreadPlanStepThrough.cpp 94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); local
95 if (objc_runtime)
96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others);
Target.cpp 1169 ObjCLanguageRuntime *objc_runtime = (ObjCLanguageRuntime*)runtime; local
    [all...]
Process.cpp     [all...]
  /external/lldb/source/Core/
ValueObjectDynamicValue.cpp 169 LanguageRuntime *objc_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeObjC); local
170 if (objc_runtime)
171 found_dynamic_type = objc_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_or_name, dynamic_address);
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 903 ObjCLanguageRuntime *objc_runtime = m_process->GetObjCLanguageRuntime(true); local
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 3100 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); local
    [all...]

Completed in 225 milliseconds