Home
last modified time | relevance | path

Searched refs:CreateValueFromAddress (Results 1 – 11 of 11) sorted by relevance

/external/lldb/examples/summaries/cocoa/
DCFString.py38 child_ptr = valobj.CreateValueFromAddress("string_ptr",pointee,valobj.GetType())
39 …child = child_ptr.CreateValueFromAddress("string_data",child_ptr.GetValueAsUnsigned(),valobj.GetTy…
132 vopointer = self.valobj.CreateValueFromAddress("dummy",pointer,char_type);
166 return self.valobj.CreateValueFromAddress("content",
DSelector.py14 …return valobj.CreateValueFromAddress('text',valobj.GetValueAsUnsigned(0),valobj.GetType().GetBasic…
DNSIndexSet.py78 count_vo = self.valobj.CreateValueFromAddress("count",
/external/lldb/test/python_api/watchpoint/watchlocation/
DTestTargetWatchAddress.py83 pointee = value.CreateValueFromAddress("pointee",
142 pointee = value.CreateValueFromAddress("pointee",
DTestSetWatchlocation.py68 pointee = value.CreateValueFromAddress("pointee",
/external/lldb/test/python_api/default-constructor/
Dsb_value.py54 obj.CreateValueFromAddress ("x", 0x123, invalid_type)
/external/lldb/test/python_api/sbdata/
DTestSBData.py138 …nothing = foobar.CreateValueFromAddress("nothing", foobar_addr, star_foobar.GetType().GetBasicType…
140 new_foobar = foobar.CreateValueFromAddress("f00", foobar_addr, star_foobar.GetType())
/external/lldb/include/lldb/API/
DSBValue.h162 CreateValueFromAddress (const char* name,
/external/lldb/scripts/Python/interface/
DSBValue.i245 CreateValueFromAddress(const char* name, lldb::addr_t address, lldb::SBType type);
/external/lldb/source/API/
DSBValue.cpp755 SBValue::CreateValueFromAddress(const char* name, lldb::addr_t address, SBType sb_type) in CreateValueFromAddress() function in SBValue
/external/lldb/www/python_reference/
Dapi-objects.txt4151 lldb.SBValue.CreateValueFromAddress lldb.SBValue-class.html#CreateValueFromAddress