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…
36 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
38 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
39 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
41 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
55 mode_chooser_vo = self.valobj.CreateChildAtOffset("mode_chooser",
71 count_vo = self.valobj.CreateChildAtOffset("count",
75 count_ptr = self.valobj.CreateChildAtOffset("count_ptr",
78 count_vo = self.valobj.CreateValueFromAddress("count",
88 def __init__(self, valobj, params): argument
90 self.valobj = valobj;
101 self.valobj.GetExpressionPath(stream)
103 num_children_vo = self.valobj.CreateValueFromExpression("count",expr)
109 def GetSummary_Impl(valobj): argument
112 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
120 wrapper = NSIndexSetClass_SummaryProvider(valobj, class_data.sys_params)
121 statistics.metric_hit('code_notrun',valobj)
123 wrapper = NSIndexSetUnknown_SummaryProvider(valobj, class_data.sys_params)
124 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
128 def NSIndexSet_SummaryProvider (valobj,dict): argument
130 provider = GetSummary_Impl(valobj);