Lines Matching refs:SBExpressionOptions

18 SBExpressionOptions::SBExpressionOptions()  in SBExpressionOptions()  function in SBExpressionOptions
23 SBExpressionOptions::SBExpressionOptions(const SBExpressionOptions &rhs) { in SBExpressionOptions() function in SBExpressionOptions
29 const SBExpressionOptions &SBExpressionOptions::
30 operator=(const SBExpressionOptions &rhs) { in operator =()
38 SBExpressionOptions::~SBExpressionOptions() = default;
40 bool SBExpressionOptions::GetCoerceResultToId() const { in GetCoerceResultToId()
46 void SBExpressionOptions::SetCoerceResultToId(bool coerce) { in SetCoerceResultToId()
52 bool SBExpressionOptions::GetUnwindOnError() const { in GetUnwindOnError()
58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError()
64 bool SBExpressionOptions::GetIgnoreBreakpoints() const { in GetIgnoreBreakpoints()
70 void SBExpressionOptions::SetIgnoreBreakpoints(bool ignore) { in SetIgnoreBreakpoints()
76 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue()
82 void SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType dynamic) { in SetFetchDynamicValue()
88 uint32_t SBExpressionOptions::GetTimeoutInMicroSeconds() const { in GetTimeoutInMicroSeconds()
94 void SBExpressionOptions::SetTimeoutInMicroSeconds(uint32_t timeout) { in SetTimeoutInMicroSeconds()
101 uint32_t SBExpressionOptions::GetOneThreadTimeoutInMicroSeconds() const { in GetOneThreadTimeoutInMicroSeconds()
109 void SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds(uint32_t timeout) { in SetOneThreadTimeoutInMicroSeconds()
117 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads()
123 void SBExpressionOptions::SetTryAllThreads(bool run_others) { in SetTryAllThreads()
129 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers()
135 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers()
141 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions()
147 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions()
153 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage()
159 void SBExpressionOptions::SetCancelCallback( in SetCancelCallback()
166 bool SBExpressionOptions::GetGenerateDebugInfo() { in GetGenerateDebugInfo()
172 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo()
178 bool SBExpressionOptions::GetSuppressPersistentResult() { in GetSuppressPersistentResult()
184 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult()
190 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix()
196 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix()
202 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts()
208 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts()
214 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts()
220 void SBExpressionOptions::SetRetriesWithFixIts(uint64_t retries) { in SetRetriesWithFixIts()
226 bool SBExpressionOptions::GetTopLevel() { in GetTopLevel()
232 void SBExpressionOptions::SetTopLevel(bool b) { in SetTopLevel()
239 bool SBExpressionOptions::GetAllowJIT() { in GetAllowJIT()
245 void SBExpressionOptions::SetAllowJIT(bool allow) { in SetAllowJIT()
252 EvaluateExpressionOptions *SBExpressionOptions::get() const { in get()
256 EvaluateExpressionOptions &SBExpressionOptions::ref() const { in ref()