bolt/deps/llvm-18.1.8/lldb/bindings/interface/SBCommandInterpreterRunOptionsDocstrings.i
2025-02-14 19:21:04 +01:00

14 lines
379 B
OpenEdge ABL

%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
") lldb::SBCommandInterpreterRunOptions;