Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/llvm-project/lldb/bindings/interface/SBCommandInterpreterRunOptionsDocstrings.i
34889 views
%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;