2 "SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.
4 A default SBCommandInterpreterRunOptions object has:
6 * StopOnContinue: false
15 Interactive debug sessions always allow repeats, the AllowRepeats
16 run option only affects non-interactive sessions.
17 ") lldb
::SBCommandInterpreterRunOptions
;