Searched refs:IOHandlerInterrupt (Results 1 – 7 of 7) sorted by relevance
84 bool IOHandlerInterrupt(IOHandler &io_handler) override;
283 virtual bool IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function
617 if (m_delegate.IOHandlerInterrupt(*this)) in PrintAsync()
7747 return m_debugger.GetCommandInterpreter().IOHandlerInterrupt(*this); in Interrupt()
656 bool IOHandlerInterrupt(IOHandler &io_handler) override;
111 bool REPL::IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function in REPL
3197 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt() function in CommandInterpreter