Home
last modified time | relevance | path

Searched refs:InterruptCommand (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h692 bool InterruptCommand();
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2972 bool CommandInterpreter::InterruptCommand() { in InterruptCommand() function in CommandInterpreter
3126 if (InterruptCommand()) in IOHandlerInterrupt()