Lines Matching refs:SBExpressionOptions

19 SBExpressionOptions::SBExpressionOptions()  in SBExpressionOptions()  function in SBExpressionOptions
22 SBExpressionOptions::SBExpressionOptions(const SBExpressionOptions &rhs) { in SBExpressionOptions() function in SBExpressionOptions
27 const SBExpressionOptions &SBExpressionOptions::
28 operator=(const SBExpressionOptions &rhs) { in operator =()
35 SBExpressionOptions::~SBExpressionOptions() {} in ~SBExpressionOptions()
37 bool SBExpressionOptions::GetCoerceResultToId() const { in GetCoerceResultToId()
41 void SBExpressionOptions::SetCoerceResultToId(bool coerce) { in SetCoerceResultToId()
45 bool SBExpressionOptions::GetUnwindOnError() const { in GetUnwindOnError()
49 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError()
53 bool SBExpressionOptions::GetIgnoreBreakpoints() const { in GetIgnoreBreakpoints()
57 void SBExpressionOptions::SetIgnoreBreakpoints(bool ignore) { in SetIgnoreBreakpoints()
61 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue()
65 void SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType dynamic) { in SetFetchDynamicValue()
69 uint32_t SBExpressionOptions::GetTimeoutInMicroSeconds() const { in GetTimeoutInMicroSeconds()
73 void SBExpressionOptions::SetTimeoutInMicroSeconds(uint32_t timeout) { in SetTimeoutInMicroSeconds()
78 uint32_t SBExpressionOptions::GetOneThreadTimeoutInMicroSeconds() const { in GetOneThreadTimeoutInMicroSeconds()
82 void SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds(uint32_t timeout) { in SetOneThreadTimeoutInMicroSeconds()
88 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads()
92 void SBExpressionOptions::SetTryAllThreads(bool run_others) { in SetTryAllThreads()
96 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers()
100 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers()
104 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions()
108 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions()
112 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage()
116 void SBExpressionOptions::SetCancelCallback( in SetCancelCallback()
121 bool SBExpressionOptions::GetGenerateDebugInfo() { in GetGenerateDebugInfo()
125 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo()
129 bool SBExpressionOptions::GetSuppressPersistentResult() { in GetSuppressPersistentResult()
133 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult()
137 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix()
141 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix()
145 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts()
149 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts()
153 bool SBExpressionOptions::GetTopLevel() { in GetTopLevel()
157 void SBExpressionOptions::SetTopLevel(bool b) { in SetTopLevel()
162 bool SBExpressionOptions::GetAllowJIT() { in GetAllowJIT()
166 void SBExpressionOptions::SetAllowJIT(bool allow) { in SetAllowJIT()
171 EvaluateExpressionOptions *SBExpressionOptions::get() const { in get()
175 EvaluateExpressionOptions &SBExpressionOptions::ref() const { in ref()