[clang] constexpr built-in elementwise bitreverse function. (#118177)
[llvm-project.git] / lldb / bindings / interface / SBCommandInterpreterRunOptionsDocstrings.i
bloba4398d95ed0d1ca788bda9f76b67d25aa1c887cf
1 %feature("docstring",
2 "SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.
4 A default SBCommandInterpreterRunOptions object has:
6 * StopOnContinue: false
7 * StopOnError: false
8 * StopOnCrash: false
9 * EchoCommands: true
10 * PrintResults: true
11 * PrintErrors: true
12 * AddToHistory: true
13 * AllowRepeats false
15 Interactive debug sessions always allow repeats, the AllowRepeats
16 run option only affects non-interactive sessions.
17 ") lldb::SBCommandInterpreterRunOptions;