Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h25 class IOHandlerPythonInterpreter; variable
28 friend class IOHandlerPythonInterpreter;
412 class IOHandlerPythonInterpreter : public IOHandler {
414 IOHandlerPythonInterpreter(Debugger &debugger, in IOHandlerPythonInterpreter() function
419 ~IOHandlerPythonInterpreter() override {} in ~IOHandlerPythonInterpreter()
DScriptInterpreterPython.cpp1018 IOHandlerSP io_handler_sp(new IOHandlerPythonInterpreter(debugger, this)); in ExecuteInterpreterLoop()