Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DREPL.h84 bool IOHandlerInterrupt(IOHandler &io_handler) override;
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h290 virtual bool IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h569 bool IOHandlerInterrupt(IOHandler &io_handler) override;
/external/llvm-project/lldb/source/Expression/
DREPL.cpp104 bool REPL::IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function in REPL
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp596 if (m_delegate.IOHandlerInterrupt(*this)) in Interrupt()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2900 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt() function in CommandInterpreter