Home
last modified time | relevance | path

Searched defs:IOHandlerInterrupt (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h290 virtual bool IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function
/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/Interpreter/
DCommandInterpreter.cpp2900 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt() function in CommandInterpreter