Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h263 bool InterruptCommand();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp152 bool SBCommandInterpreter::InterruptCommand() { in InterruptCommand() function in SBCommandInterpreter
155 return (IsValid() ? m_opaque_ptr->InterruptCommand() : false); in InterruptCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h373 bool InterruptCommand();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3037 bool CommandInterpreter::InterruptCommand() { in InterruptCommand() function in CommandInterpreter
3201 if (InterruptCommand()) in IOHandlerInterrupt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13786 result = (bool)(arg1)->InterruptCommand(); in _wrap_SBCommandInterpreter_InterruptCommand()