Home
last modified time | relevance | path

Searched refs:CreateChildAtOffset (Results 1 – 25 of 28) sorted by relevance

12

/external/lldb/examples/summaries/cocoa/
DNSNumber.py100 data_type_vo = self.valobj.CreateChildAtOffset("dt",
106 data_vo = self.valobj.CreateChildAtOffset("data",
112 data_vo = self.valobj.CreateChildAtOffset("data",
121 data_vo = self.valobj.CreateChildAtOffset("data",
130 data_vo = self.valobj.CreateChildAtOffset("data",
138 data_vo = self.valobj.CreateChildAtOffset("data",
144 data_vo = self.valobj.CreateChildAtOffset("data",
153 data_vo = self.valobj.CreateChildAtOffset("data",
DNSIndexSet.py55 mode_chooser_vo = self.valobj.CreateChildAtOffset("mode_chooser",
71 count_vo = self.valobj.CreateChildAtOffset("count",
75 count_ptr = self.valobj.CreateChildAtOffset("count_ptr",
DNSSet.py56 vcount = self.valobj.CreateChildAtOffset("count",
112 num_children_vo = self.valobj.CreateChildAtOffset("count",
153 num_children_vo = self.valobj.CreateChildAtOffset("count",
182 cfbag_vo = self.valobj.CreateChildAtOffset("bag_impl",
DCFArray.py70 num_children_vo = self.valobj.CreateChildAtOffset("count",
94 count = self.valobj.CreateChildAtOffset("count",
118 count = self.valobj.CreateChildAtOffset("count",
DCFDictionary.py57 num_children_vo = self.valobj.CreateChildAtOffset("count",
89 num_children_vo = self.valobj.CreateChildAtOffset("count",
128 num_children_vo = self.valobj.CreateChildAtOffset("count",
DNSException.py46 name_ptr = self.valobj.CreateChildAtOffset("name",
49 reason_ptr = self.valobj.CreateChildAtOffset("reason",
DNSDate.py109 value = self.valobj.CreateChildAtOffset("value",
139 value = self.valobj.CreateChildAtOffset("value",
167 tz_string = self.valobj.CreateChildAtOffset("tz_name",
DNSURL.py59 text = self.valobj.CreateChildAtOffset("text",
62 base = self.valobj.CreateChildAtOffset("base",
DCFString.py152 data = self.valobj.CreateChildAtOffset("content",
172 return self.valobj.CreateChildAtOffset("content",
260 cfinfo = self.valobj.CreateChildAtOffset("cfinfo",
DCFBitVector.py73 count_vo = self.valobj.CreateChildAtOffset("count",self.sys_params.cfruntime_size,
79 array_vo = self.valobj.CreateChildAtOffset("data",
Dobjc_runtime.py53 child = valobj.CreateChildAtOffset("childUNK",offset,type)
288 parent_isa_pointer = self.valobj.CreateChildAtOffset("parent_isa",
387 parent_isa_pointer = self.valobj.CreateChildAtOffset("parent_isa",
708 self.isa_pointer = self.valobj.CreateChildAtOffset("cfisa",
DNSNotification.py45 string_ptr = self.valobj.CreateChildAtOffset("name",
DNSBundle.py52 text = self.valobj.CreateChildAtOffset("text",
DNSMachPort.py56 vport = self.valobj.CreateChildAtOffset("port",
DNSData.py55 size = self.valobj.CreateChildAtOffset("count",
DCFBag.py56 size = self.valobj.CreateChildAtOffset("count",
DCFBinaryHeap.py53 size = self.valobj.CreateChildAtOffset("count",
/external/llvm/utils/
DlldbDataFormatters.py47 return self.begin.CreateChildAtOffset('['+str(index)+']',
82 return self.data.CreateChildAtOffset('[' + str(index) + ']',
/external/lldb/test/functionalities/data-formatter/rdar-10887661/
DfooSynthProvider.py12 child = self.valobj.CreateChildAtOffset ('fake_a', 1, self.int_type);
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
DfooSynthProvider.py12 child = self.valobj.CreateChildAtOffset ('fake_a', 1, self.int_type);
Dftsp.py19 return self.x.CreateChildAtOffset(str(index),
/external/lldb/examples/synthetic/
Dgnu_libstdcpp.py105 …return current.CreateChildAtOffset('['+str(index)+']',2*current.GetType().GetByteSize(),self.data_…
209 return self.start.CreateChildAtOffset('['+str(index)+']',offset,self.data_type)
366 return current.CreateChildAtOffset('['+str(index)+']',self.skip_size,self.data_type)
/external/lldb/test/python_api/default-constructor/
Dsb_value.py51 obj.CreateChildAtOffset ("a", 12, invalid_type)
/external/lldb/include/lldb/API/
DSBValue.h150 CreateChildAtOffset (const char *name, uint32_t offset, lldb::SBType type);
/external/lldb/scripts/Python/interface/
DSBValue.i233 CreateChildAtOffset (const char *name, uint32_t offset, lldb::SBType type);

12