Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2238 void *new_callee = old_callee; in GetScriptedSummary() local
2252 &new_callee, options_sp, retval); in GetScriptedSummary()
2260 if (new_callee && old_callee != new_callee) in GetScriptedSummary()
2261 callee_wrapper_sp = std::make_shared<StructuredPythonObject>(new_callee); in GetScriptedSummary()