Home
last modified time | relevance | path

Searched refs:GotEOF (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h31 void GotEOF() override;
H A DIOHandler.h77 virtual void GotEOF() = 0;
361 void GotEOF() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h496 void GotEOF() override {} in GotEOF() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp630 void IOHandlerEditline::GotEOF() { in GotEOF() function in IOHandlerEditline
H A DDebugger.cpp1240 reader_sp->GotEOF(); in DispatchInputEndOfFile()
H A DIOHandlerCursesGUI.cpp7738 void IOHandlerCursesGUI::GotEOF() {} in GotEOF() function in IOHandlerCursesGUI
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4753 void GotEOF() override {} in GotEOF() function in IOHandlerProcessSTDIO