Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h84 bool IOHandlerInterrupt(IOHandler &io_handler) override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h283 virtual bool IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp617 if (m_delegate.IOHandlerInterrupt(*this)) in PrintAsync()
H A DIOHandlerCursesGUI.cpp7747 return m_debugger.GetCommandInterpreter().IOHandlerInterrupt(*this); in Interrupt()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h656 bool IOHandlerInterrupt(IOHandler &io_handler) override;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp111 bool REPL::IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function in REPL
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3197 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt() function in CommandInterpreter