Lines Matching refs:SBExpressionOptions
18 SBExpressionOptions::SBExpressionOptions() in SBExpressionOptions() function in SBExpressionOptions
20 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBExpressionOptions); in SBExpressionOptions()
23 SBExpressionOptions::SBExpressionOptions(const SBExpressionOptions &rhs) in SBExpressionOptions() function in SBExpressionOptions
25 LLDB_RECORD_CONSTRUCTOR(SBExpressionOptions, in SBExpressionOptions()
26 (const lldb::SBExpressionOptions &), rhs); in SBExpressionOptions()
31 const SBExpressionOptions &SBExpressionOptions::
32 operator=(const SBExpressionOptions &rhs) { in operator =()
34 const lldb::SBExpressionOptions &, in operator =()
35 SBExpressionOptions, operator=,(const lldb::SBExpressionOptions &), rhs); in operator =()
42 SBExpressionOptions::~SBExpressionOptions() = default;
44 bool SBExpressionOptions::GetCoerceResultToId() const { in GetCoerceResultToId()
45 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, in GetCoerceResultToId()
51 void SBExpressionOptions::SetCoerceResultToId(bool coerce) { in SetCoerceResultToId()
52 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetCoerceResultToId, (bool), in SetCoerceResultToId()
58 bool SBExpressionOptions::GetUnwindOnError() const { in GetUnwindOnError()
59 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetUnwindOnError); in GetUnwindOnError()
64 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError()
65 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetUnwindOnError, (bool), in SetUnwindOnError()
71 bool SBExpressionOptions::GetIgnoreBreakpoints() const { in GetIgnoreBreakpoints()
72 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, in GetIgnoreBreakpoints()
78 void SBExpressionOptions::SetIgnoreBreakpoints(bool ignore) { in SetIgnoreBreakpoints()
79 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetIgnoreBreakpoints, (bool), in SetIgnoreBreakpoints()
85 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue()
86 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::DynamicValueType, SBExpressionOptions, in GetFetchDynamicValue()
92 void SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType dynamic) { in SetFetchDynamicValue()
93 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetFetchDynamicValue, in SetFetchDynamicValue()
99 uint32_t SBExpressionOptions::GetTimeoutInMicroSeconds() const { in GetTimeoutInMicroSeconds()
100 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBExpressionOptions, in GetTimeoutInMicroSeconds()
106 void SBExpressionOptions::SetTimeoutInMicroSeconds(uint32_t timeout) { in SetTimeoutInMicroSeconds()
107 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds, in SetTimeoutInMicroSeconds()
114 uint32_t SBExpressionOptions::GetOneThreadTimeoutInMicroSeconds() const { in GetOneThreadTimeoutInMicroSeconds()
115 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBExpressionOptions, in GetOneThreadTimeoutInMicroSeconds()
123 void SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds(uint32_t timeout) { in SetOneThreadTimeoutInMicroSeconds()
124 LLDB_RECORD_METHOD(void, SBExpressionOptions, in SetOneThreadTimeoutInMicroSeconds()
132 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads()
133 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetTryAllThreads); in GetTryAllThreads()
138 void SBExpressionOptions::SetTryAllThreads(bool run_others) { in SetTryAllThreads()
139 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTryAllThreads, (bool), in SetTryAllThreads()
145 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers()
146 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetStopOthers); in GetStopOthers()
151 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers()
152 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetStopOthers, (bool), in SetStopOthers()
158 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions()
159 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, in GetTrapExceptions()
165 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions()
166 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTrapExceptions, (bool), in SetTrapExceptions()
172 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage()
173 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetLanguage, in SetLanguage()
179 void SBExpressionOptions::SetCancelCallback( in SetCancelCallback()
181 LLDB_RECORD_DUMMY(void, SBExpressionOptions, SetCancelCallback, in SetCancelCallback()
187 bool SBExpressionOptions::GetGenerateDebugInfo() { in GetGenerateDebugInfo()
188 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetGenerateDebugInfo); in GetGenerateDebugInfo()
193 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo()
194 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetGenerateDebugInfo, (bool), in SetGenerateDebugInfo()
200 bool SBExpressionOptions::GetSuppressPersistentResult() { in GetSuppressPersistentResult()
201 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, in GetSuppressPersistentResult()
207 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult()
208 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetSuppressPersistentResult, in SetSuppressPersistentResult()
214 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix()
215 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBExpressionOptions, in GetPrefix()
221 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix()
222 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetPrefix, (const char *), in SetPrefix()
228 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts()
229 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetAutoApplyFixIts); in GetAutoApplyFixIts()
234 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts()
235 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetAutoApplyFixIts, (bool), b); in SetAutoApplyFixIts()
240 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts()
241 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBExpressionOptions, in GetRetriesWithFixIts()
247 void SBExpressionOptions::SetRetriesWithFixIts(uint64_t retries) { in SetRetriesWithFixIts()
248 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetRetriesWithFixIts, in SetRetriesWithFixIts()
254 bool SBExpressionOptions::GetTopLevel() { in GetTopLevel()
255 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetTopLevel); in GetTopLevel()
260 void SBExpressionOptions::SetTopLevel(bool b) { in SetTopLevel()
261 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTopLevel, (bool), b); in SetTopLevel()
267 bool SBExpressionOptions::GetAllowJIT() { in GetAllowJIT()
268 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetAllowJIT); in GetAllowJIT()
273 void SBExpressionOptions::SetAllowJIT(bool allow) { in SetAllowJIT()
274 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetAllowJIT, (bool), allow); in SetAllowJIT()
280 EvaluateExpressionOptions *SBExpressionOptions::get() const { in get()
284 EvaluateExpressionOptions &SBExpressionOptions::ref() const { in ref()
292 void RegisterMethods<SBExpressionOptions>(Registry &R) { in RegisterMethods()
293 LLDB_REGISTER_CONSTRUCTOR(SBExpressionOptions, ()); in RegisterMethods()
294 LLDB_REGISTER_CONSTRUCTOR(SBExpressionOptions, in RegisterMethods()
295 (const lldb::SBExpressionOptions &)); in RegisterMethods()
297 const lldb::SBExpressionOptions &, in RegisterMethods()
298 SBExpressionOptions, operator=,(const lldb::SBExpressionOptions &)); in RegisterMethods()
299 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetCoerceResultToId, in RegisterMethods()
301 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetCoerceResultToId, in RegisterMethods()
303 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetUnwindOnError, ()); in RegisterMethods()
304 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetUnwindOnError, (bool)); in RegisterMethods()
305 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetIgnoreBreakpoints, in RegisterMethods()
307 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetIgnoreBreakpoints, in RegisterMethods()
309 LLDB_REGISTER_METHOD_CONST(lldb::DynamicValueType, SBExpressionOptions, in RegisterMethods()
311 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetFetchDynamicValue, in RegisterMethods()
313 LLDB_REGISTER_METHOD_CONST(uint32_t, SBExpressionOptions, in RegisterMethods()
315 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds, in RegisterMethods()
317 LLDB_REGISTER_METHOD_CONST(uint32_t, SBExpressionOptions, in RegisterMethods()
319 LLDB_REGISTER_METHOD(void, SBExpressionOptions, in RegisterMethods()
321 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetTryAllThreads, ()); in RegisterMethods()
322 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTryAllThreads, (bool)); in RegisterMethods()
323 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetStopOthers, ()); in RegisterMethods()
324 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetStopOthers, (bool)); in RegisterMethods()
325 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetTrapExceptions, in RegisterMethods()
327 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTrapExceptions, (bool)); in RegisterMethods()
328 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetLanguage, in RegisterMethods()
330 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetGenerateDebugInfo, ()); in RegisterMethods()
331 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetGenerateDebugInfo, in RegisterMethods()
333 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetSuppressPersistentResult, in RegisterMethods()
335 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetSuppressPersistentResult, in RegisterMethods()
337 LLDB_REGISTER_METHOD_CONST(const char *, SBExpressionOptions, GetPrefix, in RegisterMethods()
339 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetPrefix, (const char *)); in RegisterMethods()
340 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAutoApplyFixIts, ()); in RegisterMethods()
341 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetAutoApplyFixIts, (bool)); in RegisterMethods()
342 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetTopLevel, ()); in RegisterMethods()
343 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTopLevel, (bool)); in RegisterMethods()
344 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAllowJIT, ()); in RegisterMethods()
345 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetAllowJIT, (bool)); in RegisterMethods()
346 LLDB_REGISTER_METHOD(uint64_t, SBExpressionOptions, GetRetriesWithFixIts, ()); in RegisterMethods()
347 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetRetriesWithFixIts, in RegisterMethods()