1*06c3fb27SDimitry Andric %feature("docstring",
2*06c3fb27SDimitry Andric "SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.
3*06c3fb27SDimitry Andric 
4*06c3fb27SDimitry Andric A default SBCommandInterpreterRunOptions object has:
5*06c3fb27SDimitry Andric 
6*06c3fb27SDimitry Andric * StopOnContinue: false
7*06c3fb27SDimitry Andric * StopOnError:    false
8*06c3fb27SDimitry Andric * StopOnCrash:    false
9*06c3fb27SDimitry Andric * EchoCommands:   true
10*06c3fb27SDimitry Andric * PrintResults:   true
11*06c3fb27SDimitry Andric * PrintErrors:    true
12*06c3fb27SDimitry Andric * AddToHistory:   true
13*06c3fb27SDimitry Andric 
14*06c3fb27SDimitry Andric ") lldb::SBCommandInterpreterRunOptions;
15