Package lldb :: Class SBCommandInterpreterRunOptions
[hide private]
[frames] | no frames]

Class SBCommandInterpreterRunOptions

source code



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
    AddToHistory:   true

Instance Methods [hide private]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__getattr__(self, name) source code
 
__repr__(self)
repr(x)
source code
 
__init__(self)
__init__(lldb::SBCommandInterpreterRunOptions self) -> SBCommandInterpreterRunOptions
source code
 
__swig_destroy__(...)
delete_SBCommandInterpreterRunOptions(SBCommandInterpreterRunOptions self)
 
__del__(self) source code
 
GetStopOnContinue(self)
GetStopOnContinue(SBCommandInterpreterRunOptions self) -> bool
source code
 
SetStopOnContinue(self, *args)
SetStopOnContinue(SBCommandInterpreterRunOptions self, bool arg2)
source code
 
GetStopOnError(self)
GetStopOnError(SBCommandInterpreterRunOptions self) -> bool
source code
 
SetStopOnError(self, *args)
SetStopOnError(SBCommandInterpreterRunOptions self, bool arg2)
source code
 
GetStopOnCrash(self)
GetStopOnCrash(SBCommandInterpreterRunOptions self) -> bool
source code
 
SetStopOnCrash(self, *args)
SetStopOnCrash(SBCommandInterpreterRunOptions self, bool arg2)
source code
 
GetEchoCommands(self)
GetEchoCommands(SBCommandInterpreterRunOptions self) -> bool
source code
 
SetEchoCommands(self, *args)
SetEchoCommands(SBCommandInterpreterRunOptions self, bool arg2)
source code
 
GetPrintResults(self)
GetPrintResults(SBCommandInterpreterRunOptions self) -> bool
source code
 
SetPrintResults(self, *args)
SetPrintResults(SBCommandInterpreterRunOptions self, bool arg2)
source code
 
GetAddToHistory(self)
GetAddToHistory(SBCommandInterpreterRunOptions self) -> bool
source code
 
SetAddToHistory(self, *args)
SetAddToHistory(SBCommandInterpreterRunOptions self, bool arg2)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

source code 

__init__(lldb::SBCommandInterpreterRunOptions self) -> SBCommandInterpreterRunOptions

Overrides: object.__init__