Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1972 void *new_callee = old_callee; in GetScriptedSummary() local
1986 &new_callee, options_sp, retval); in GetScriptedSummary()
1994 if (new_callee && old_callee != new_callee) { in GetScriptedSummary()
1998 PythonObject(PyRefType::Borrowed, static_cast<PyObject *>(new_callee))); in GetScriptedSummary()