bolt/deps/llvm-18.1.8/lldb/bindings/interface/SBCommandInterpreterRunOptionsDocstrings.i

15 lines
379 B
OpenEdge ABL
Raw Normal View History

2025-02-14 19:21:04 +01:00
%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;