Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp173 void SBCommandInterpreterRunOptions::SetAllowRepeats(bool allow_repeats) { in SetAllowRepeats()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h193 void SetAllowRepeats(bool allow_repeats) { in SetAllowRepeats() argument
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3100 const bool allow_repeats = IOHandlerInputComplete() local