• Home
  • Raw
  • Download

Lines Matching refs:valobj

29 	def __init__(self, valobj, params):  argument
31 self.valobj = valobj;
35 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
37 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
57 num_children_vo = self.valobj.CreateChildAtOffset("count",
67 def __init__(self, valobj, params): argument
69 self.valobj = valobj;
73 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
75 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
89 num_children_vo = self.valobj.CreateChildAtOffset("count",
107 def __init__(self, valobj, params): argument
109 self.valobj = valobj;
113 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
115 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
128 num_children_vo = self.valobj.CreateChildAtOffset("count",
146 def __init__(self, valobj, params): argument
148 self.valobj = valobj;
159 self.valobj.GetExpressionPath(stream)
160 …num_children_vo = self.valobj.CreateValueFromExpression("count","(int)[" + stream.GetData() + " co…
166 def GetSummary_Impl(valobj): argument
169 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
178 wrapper = NSCFDictionary_SummaryProvider(valobj, class_data.sys_params)
179 statistics.metric_hit('code_notrun',valobj)
181 wrapper = NSDictionaryI_SummaryProvider(valobj, class_data.sys_params)
182 statistics.metric_hit('code_notrun',valobj)
184 wrapper = NSDictionaryM_SummaryProvider(valobj, class_data.sys_params)
185 statistics.metric_hit('code_notrun',valobj)
187 wrapper = NSDictionaryUnknown_SummaryProvider(valobj, class_data.sys_params)
188 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
191 def CFDictionary_SummaryProvider (valobj,dict): argument
193 provider = GetSummary_Impl(valobj);
209 def CFDictionary_SummaryProvider2 (valobj,dict): argument
211 provider = GetSummary_Impl(valobj);