Home
last modified time | relevance | path

Searched defs:SetAllowRepeats (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp173 void SBCommandInterpreterRunOptions::SetAllowRepeats(bool allow_repeats) { in SetAllowRepeats() function in SBCommandInterpreterRunOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h193 void SetAllowRepeats(bool allow_repeats) { in SetAllowRepeats() function