Home
last modified time | relevance | path

Searched refs:child_ptr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/examples/summaries/cocoa/
DCFString.py45 child_ptr = valobj.CreateValueFromAddress(
47 child = child_ptr.CreateValueFromAddress(
49 child_ptr.GetValueAsUnsigned(),
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2227 PyObject *child_ptr = LLDBSwigPython_GetChildAtIndex(implementor, idx); in GetChildAtIndex() local
2228 if (child_ptr != nullptr && child_ptr != Py_None) { in GetChildAtIndex()
2230 (lldb::SBValue *)LLDBSWIGPython_CastPyObjectToSBValue(child_ptr); in GetChildAtIndex()
2232 Py_XDECREF(child_ptr); in GetChildAtIndex()
2236 Py_XDECREF(child_ptr); in GetChildAtIndex()
2330 PyObject *child_ptr = in GetSyntheticValue() local
2332 if (child_ptr != nullptr && child_ptr != Py_None) { in GetSyntheticValue()
2334 (lldb::SBValue *)LLDBSWIGPython_CastPyObjectToSBValue(child_ptr); in GetSyntheticValue()
2336 Py_XDECREF(child_ptr); in GetSyntheticValue()
2340 Py_XDECREF(child_ptr); in GetSyntheticValue()