Searched refs:python_interpreter (Results 1 – 1 of 1) sorted by relevance
2084 ScriptInterpreterPython *python_interpreter = (ScriptInterpreterPython *) script_interpreter; in CreateSyntheticScriptedProvider() local2094 python_interpreter->m_dictionary_name.c_str(), in CreateSyntheticScriptedProvider()2230 ScriptInterpreterPython *python_interpreter = (ScriptInterpreterPython *) script_interpreter; in BreakpointCallbackFunction() local2248 Locker py_lock(python_interpreter); in BreakpointCallbackFunction()2250 … python_interpreter->m_dictionary_name.c_str(), in BreakpointCallbackFunction()2285 ScriptInterpreterPython *python_interpreter = (ScriptInterpreterPython *) script_interpreter; in WatchpointCallbackFunction() local2301 Locker py_lock(python_interpreter); in WatchpointCallbackFunction()2303 … python_interpreter->m_dictionary_name.c_str(), in WatchpointCallbackFunction()