brintos

brintos / llvm-project-archived public Read only

0
0
Text · 519 B · a4398d9 Raw
18 lines · plain
1%feature("docstring",2"SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.3 4A default SBCommandInterpreterRunOptions object has:5 6* StopOnContinue: false7* StopOnError:    false8* StopOnCrash:    false9* EchoCommands:   true10* PrintResults:   true11* PrintErrors:    true12* AddToHistory:   true13* AllowRepeats    false14 15Interactive debug sessions always allow repeats, the AllowRepeats16run option only affects non-interactive sessions.17") lldb::SBCommandInterpreterRunOptions;18