Searched refs:IOHandlerPythonInterpreter (Results 1 – 2 of 2) sorted by relevance
28 class IOHandlerPythonInterpreter; variable31 friend class IOHandlerPythonInterpreter;425 class IOHandlerPythonInterpreter : public IOHandler {427 IOHandlerPythonInterpreter(Debugger &debugger, in IOHandlerPythonInterpreter() function432 ~IOHandlerPythonInterpreter() override = default;
930 IOHandlerSP io_handler_sp(new IOHandlerPythonInterpreter(debugger, this)); in ExecuteInterpreterLoop()