SBCommandInterpreterRunOptions¶
-
class
lldb.
SBCommandInterpreterRunOptions
(*args)¶ 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¶
-
GetAutoHandleEvents
(SBCommandInterpreterRunOptions self) → bool¶
-
GetEchoCommands
(SBCommandInterpreterRunOptions self) → bool¶
-
GetEchoCommentCommands
(SBCommandInterpreterRunOptions self) → bool¶
-
GetPrintErrors
(SBCommandInterpreterRunOptions self) → bool¶
-
GetPrintResults
(SBCommandInterpreterRunOptions self) → bool¶
-
GetSpawnThread
(SBCommandInterpreterRunOptions self) → bool¶
-
GetStopOnContinue
(SBCommandInterpreterRunOptions self) → bool¶
-
GetStopOnCrash
(SBCommandInterpreterRunOptions self) → bool¶
-
GetStopOnError
(SBCommandInterpreterRunOptions self) → bool¶
-
SetAddToHistory
(SBCommandInterpreterRunOptions self, bool arg2)¶
-
SetAutoHandleEvents
(SBCommandInterpreterRunOptions self, bool arg2)¶
-
SetEchoCommands
(SBCommandInterpreterRunOptions self, bool arg2)¶
-
SetEchoCommentCommands
(SBCommandInterpreterRunOptions self, bool echo)¶
-
SetPrintErrors
(SBCommandInterpreterRunOptions self, bool arg2)¶
-
SetPrintResults
(SBCommandInterpreterRunOptions self, bool arg2)¶
-
SetSpawnThread
(SBCommandInterpreterRunOptions self, bool arg2)¶
-
SetStopOnContinue
(SBCommandInterpreterRunOptions self, bool arg2)¶
-
SetStopOnCrash
(SBCommandInterpreterRunOptions self, bool arg2)¶
-
SetStopOnError
(SBCommandInterpreterRunOptions self, bool arg2)¶