A container for options to use when evaluating expressions.
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBExpressionOptions self) -> SBExpressionOptions
__init__(lldb::SBExpressionOptions self, SBExpressionOptions rhs)
-> SBExpressionOptions |
source code
|
|
|
__swig_destroy__(...)
delete_SBExpressionOptions(SBExpressionOptions self) |
|
|
|
|
|
GetCoerceResultToId(self)
GetCoerceResultToId(SBExpressionOptions self) -> bool |
source code
|
|
|
SetCoerceResultToId(self,
coerce=True)
SetCoerceResultToId(SBExpressionOptions self, bool coerce=True)
SetCoerceResultToId(SBExpressionOptions self) |
source code
|
|
|
GetUnwindOnError(self)
GetUnwindOnError(SBExpressionOptions self) -> bool |
source code
|
|
|
SetUnwindOnError(self,
unwind=True)
SetUnwindOnError(SBExpressionOptions self, bool unwind=True)
SetUnwindOnError(SBExpressionOptions self) |
source code
|
|
|
GetIgnoreBreakpoints(self)
GetIgnoreBreakpoints(SBExpressionOptions self) -> bool |
source code
|
|
|
SetIgnoreBreakpoints(self,
ignore=True)
SetIgnoreBreakpoints(SBExpressionOptions self, bool ignore=True)
SetIgnoreBreakpoints(SBExpressionOptions self) |
source code
|
|
|
GetFetchDynamicValue(self)
GetFetchDynamicValue(SBExpressionOptions self) ->
lldb::DynamicValueType |
source code
|
|
|
SetFetchDynamicValue(self,
*args)
SetFetchDynamicValue(SBExpressionOptions self, lldb::DynamicValueType
dynamic=eDynamicCanRunTarget)
SetFetchDynamicValue(SBExpressionOptions self) |
source code
|
|
|
GetTimeoutInMicroSeconds(self)
GetTimeoutInMicroSeconds(SBExpressionOptions self) -> uint32_t |
source code
|
|
|
SetTimeoutInMicroSeconds(self,
timeout=0)
SetTimeoutInMicroSeconds(SBExpressionOptions self, uint32_t
timeout=0) SetTimeoutInMicroSeconds(SBExpressionOptions self) |
source code
|
|
|
GetTryAllThreads(self)
GetTryAllThreads(SBExpressionOptions self) -> bool |
source code
|
|
|
SetTryAllThreads(self,
run_others=True)
SetTryAllThreads(SBExpressionOptions self, bool run_others=True)
SetTryAllThreads(SBExpressionOptions self) |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|