aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/interface/SBCommandInterpreterRunOptionsDocstrings.i
blob: a4398d95ed0d1ca788bda9f76b67d25aa1c887cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%feature("docstring",
"SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.

A default SBCommandInterpreterRunOptions object has:

* StopOnContinue: false
* StopOnError:    false
* StopOnCrash:    false
* EchoCommands:   true
* PrintResults:   true
* PrintErrors:    true
* AddToHistory:   true
* AllowRepeats    false

Interactive debug sessions always allow repeats, the AllowRepeats
run option only affects non-interactive sessions.
") lldb::SBCommandInterpreterRunOptions;