SBCommandInterpreterRunOptions¶
- class lldb.SBCommandInterpreterRunOptions¶
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
Methods Summary
Methods Documentation
- GetAddToHistory(SBCommandInterpreterRunOptions self) → bool¶
- GetEchoCommands(SBCommandInterpreterRunOptions self) → bool¶
- GetPrintErrors(SBCommandInterpreterRunOptions self) → bool¶
- GetPrintResults(SBCommandInterpreterRunOptions self) → bool¶
- GetStopOnContinue(SBCommandInterpreterRunOptions self) → bool¶
- GetStopOnCrash(SBCommandInterpreterRunOptions self) → bool¶
- GetStopOnError(SBCommandInterpreterRunOptions self) → bool¶
- SetAddToHistory(SBCommandInterpreterRunOptions self, bool arg2)¶
- SetEchoCommands(SBCommandInterpreterRunOptions self, bool arg2)¶
- SetPrintErrors(SBCommandInterpreterRunOptions self, bool arg2)¶
- SetPrintResults(SBCommandInterpreterRunOptions self, bool arg2)¶
- SetStopOnContinue(SBCommandInterpreterRunOptions self, bool arg2)¶
- SetStopOnCrash(SBCommandInterpreterRunOptions self, bool arg2)¶
- SetStopOnError(SBCommandInterpreterRunOptions self, bool arg2)¶