xref: /freebsd/contrib/llvm-project/lldb/bindings/interface/SBCommandInterpreterRunOptionsDocstrings.i (revision c8e7f78a3d28ff6e6223ed136ada8e1e2f34965e)
1 %feature("docstring",
2 "SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.
3 
4 A default SBCommandInterpreterRunOptions object has:
5 
6 * StopOnContinue: false
7 * StopOnError:    false
8 * StopOnCrash:    false
9 * EchoCommands:   true
10 * PrintResults:   true
11 * PrintErrors:    true
12 * AddToHistory:   true
13 
14 ") lldb::SBCommandInterpreterRunOptions;
15