Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Expression/
HDREPL.h84 bool IOHandlerInterrupt(IOHandler &io_handler) override;
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h283 virtual bool IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h656 bool IOHandlerInterrupt(IOHandler &io_handler) override;
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp111 bool REPL::IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function in REPL
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDIOHandler.cpp617 if (m_delegate.IOHandlerInterrupt(*this)) in Interrupt()
HDIOHandlerCursesGUI.cpp7747 return m_debugger.GetCommandInterpreter().IOHandlerInterrupt(*this); in Interrupt()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp3197 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt() function in CommandInterpreter