Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2231 void *old_callee = nullptr; in GetScriptedSummary() local
2236 old_callee = generic->GetValue(); in GetScriptedSummary()
2238 void *new_callee = old_callee; in GetScriptedSummary()
2260 if (new_callee && old_callee != new_callee) in GetScriptedSummary()