Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp78 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { in GetPythonInterpreter()
81 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()
337 ScriptInterpreterPythonImpl::CreateInstance); in Initialize()
338 ScriptInterpreterPythonImpl::Initialize(); in Initialize()
344 ScriptInterpreterPythonImpl::Locker::Locker( in Locker()
345 ScriptInterpreterPythonImpl *py_interpreter, uint16_t on_entry, in Locker()
359 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()
375 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()
383 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()
392 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()
[all …]
H A DScriptInterpreterPythonImpl.h29 class ScriptInterpreterPythonImpl : public ScriptInterpreterPython {
33 ScriptInterpreterPythonImpl(Debugger &debugger);
35 ~ScriptInterpreterPythonImpl() override;
317 Locker(ScriptInterpreterPythonImpl *py_interpreter,
336 ScriptInterpreterPythonImpl *m_python_interpreter;
420 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter()
445 ScriptInterpreterPythonImpl::Locker locker( in Run()
447 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
448 ScriptInterpreterPythonImpl::Locker::InitSession | in Run()
449 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()
[all …]
H A DScriptedPythonInterface.h29 class ScriptInterpreterPythonImpl; variable
32 ScriptedPythonInterface(ScriptInterpreterPythonImpl &interpreter);
44 using Locker = ScriptInterpreterPythonImpl::Locker; in Dispatch()
184 ScriptInterpreterPythonImpl &m_interpreter;
H A DScriptedPlatformPythonInterface.cpp26 using Locker = ScriptInterpreterPythonImpl::Locker;
29 ScriptInterpreterPythonImpl &interpreter) in ScriptedPlatformPythonInterface()
H A DScriptedThreadPythonInterface.cpp26 using Locker = ScriptInterpreterPythonImpl::Locker;
29 ScriptInterpreterPythonImpl &interpreter) in ScriptedThreadPythonInterface()
H A DScriptedProcessPythonInterface.cpp28 using Locker = ScriptInterpreterPythonImpl::Locker;
31 ScriptInterpreterPythonImpl &interpreter) in ScriptedProcessPythonInterface()
H A DScriptedPlatformPythonInterface.h23 ScriptedPlatformPythonInterface(ScriptInterpreterPythonImpl &interpreter);
H A DScriptedThreadPythonInterface.h24 ScriptedThreadPythonInterface(ScriptInterpreterPythonImpl &interpreter);
H A DScriptedProcessPythonInterface.h24 ScriptedProcessPythonInterface(ScriptInterpreterPythonImpl &interpreter);
H A DScriptedPythonInterface.cpp27 ScriptInterpreterPythonImpl &interpreter) in ScriptedPythonInterface()