Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFString.py45 child_ptr = valobj.CreateValueFromAddress(
47 child = child_ptr.CreateValueFromAddress(
153 vopointer = self.valobj.CreateValueFromAddress(
191 return self.valobj.CreateValueFromAddress(
H A DSelector.py17 return valobj.CreateValueFromAddress(
H A DNSIndexSet.py95 count_vo = self.valobj.CreateValueFromAddress(
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/
H A DTestTargetWatchAddress.py57 pointee = value.CreateValueFromAddress(
131 pointee = value.CreateValueFromAddress(
H A DTestSetWatchlocation.py59 pointee = value.CreateValueFromAddress(
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py54 obj.CreateValueFromAddress("x", 0x123, invalid_type)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBValue.i261 CreateValueFromAddress(const char* name, lldb::addr_t address, lldb::SBType type);
533 child = self.CreateValueFromAddress(name, addr, type)
H A DSBTarget.i888 the underlying memory.") CreateValueFromAddress;
890 CreateValueFromAddress (const char *name, lldb::SBAddress addr, lldb::SBType type);
/llvm-project-15.0.7/lldb/test/API/python_api/sbdata/
H A DTestSBData.py145 nothing = foobar.CreateValueFromAddress(
149 new_foobar = foobar.CreateValueFromAddress(
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValue.h130 lldb::SBValue CreateValueFromAddress(const char *name, lldb::addr_t address,
H A DSBTarget.h791 lldb::SBValue CreateValueFromAddress(const char *name, lldb::SBAddress addr,
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp616 lldb::SBValue SBValue::CreateValueFromAddress(const char *name, in CreateValueFromAddress() function in SBValue
H A DSBTarget.cpp1385 SBValue SBTarget::CreateValueFromAddress(const char *name, SBAddress addr, in CreateValueFromAddress() function in SBTarget