Searched refs:IOHandlerPythonInterpreter (Results 1 – 2 of 2) sorted by relevance
25 class IOHandlerPythonInterpreter; variable28 friend class IOHandlerPythonInterpreter;412 class IOHandlerPythonInterpreter : public IOHandler {414 IOHandlerPythonInterpreter(Debugger &debugger, in IOHandlerPythonInterpreter() function419 ~IOHandlerPythonInterpreter() override {} in ~IOHandlerPythonInterpreter()
1018 IOHandlerSP io_handler_sp(new IOHandlerPythonInterpreter(debugger, this)); in ExecuteInterpreterLoop()