Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.cpp125 if (PyObject *py_ret_ptr = py_return.get()) { in GetStatusFromMethod() local
127 (lldb::SBError *)LLDBSWIGPython_CastPyObjectToSBError(py_ret_ptr); in GetStatusFromMethod()
273 if (PyObject *py_ret_ptr = py_return.get()) { in ReadMemoryAtAddress() local
275 (lldb::SBData *)LLDBSWIGPython_CastPyObjectToSBData(py_ret_ptr); in ReadMemoryAtAddress()