Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h28 class IOHandlerPythonInterpreter; variable
31 friend class IOHandlerPythonInterpreter;
414 class IOHandlerPythonInterpreter : public IOHandler {
416 IOHandlerPythonInterpreter(Debugger &debugger, in IOHandlerPythonInterpreter() function
421 ~IOHandlerPythonInterpreter() override = default;
H A DScriptInterpreterPython.cpp917 IOHandlerSP io_handler_sp(new IOHandlerPythonInterpreter(debugger, this)); in ExecuteInterpreterLoop()