Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DREPL.h84 bool IOHandlerInterrupt(IOHandler &io_handler) override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h286 virtual bool IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h637 bool IOHandlerInterrupt(IOHandler &io_handler) override;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp593 if (m_delegate.IOHandlerInterrupt(*this)) in Interrupt()
H A DIOHandlerCursesGUI.cpp7723 return m_debugger.GetCommandInterpreter().IOHandlerInterrupt(*this); in Interrupt()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp109 bool REPL::IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function in REPL
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3170 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt() function in CommandInterpreter