Searched refs:SBExpressionOptions (Results 1 – 14 of 14) sorted by relevance
18 SBExpressionOptions::SBExpressionOptions() in SBExpressionOptions() function in SBExpressionOptions23 SBExpressionOptions::SBExpressionOptions(const SBExpressionOptions &rhs) { in SBExpressionOptions() function in SBExpressionOptions29 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()[all …]
586 SBExpressionOptions options; in CreateValueFromExpression()593 SBExpressionOptions &options) { in CreateValueFromExpression()1205 lldb::SBExpressionOptions options; in EvaluateExpression()1215 const SBExpressionOptions &options) const { in EvaluateExpression()1222 const SBExpressionOptions &options, in EvaluateExpression()
1020 SBExpressionOptions options; in EvaluateExpression()1042 SBExpressionOptions options; in EvaluateExpression()1065 SBExpressionOptions options; in EvaluateExpression()1084 const SBExpressionOptions &options) { in EvaluateExpression()
2254 SBExpressionOptions options; in EvaluateExpression()2265 const SBExpressionOptions &options) { in EvaluateExpression()
3 ) lldb::SBExpressionOptions;6 ) lldb::SBExpressionOptions::SetCoerceResultToId;9 ) lldb::SBExpressionOptions::SetUnwindOnError;12 ) lldb::SBExpressionOptions::SetIgnoreBreakpoints;15 ) lldb::SBExpressionOptions::SetFetchDynamicValue;18 ) lldb::SBExpressionOptions::SetTimeoutInMicroSeconds;21 ) lldb::SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds;24 ) lldb::SBExpressionOptions::SetTryAllThreads;27 ) lldb::SBExpressionOptions::SetStopOthers;30 ) lldb::SBExpressionOptions::SetTrapExceptions;[all …]
101 if options is None: options = lldb.SBExpressionOptions()
19 class LLDB_API SBExpressionOptions {21 SBExpressionOptions();23 SBExpressionOptions(const lldb::SBExpressionOptions &rhs);25 ~SBExpressionOptions();27 const SBExpressionOptions &operator=(const lldb::SBExpressionOptions &rhs);
139 SBExpressionOptions &options);330 const SBExpressionOptions &options) const;332 const SBExpressionOptions &options,
123 const SBExpressionOptions &options);
73 class LLDB_API SBExpressionOptions; variable
936 const SBExpressionOptions &options);
27023 lldb::SBExpressionOptions *result = 0 ; in _wrap_new_SBExpressionOptions__SWIG_0()27026 result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions(); in _wrap_new_SBExpressionOptions__SWIG_0()27040 lldb::SBExpressionOptions *arg1 = 0 ; in _wrap_new_SBExpressionOptions__SWIG_1()27041 lldb::SBExpressionOptions *result = 0 ; in _wrap_new_SBExpressionOptions__SWIG_1()27050 …result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions((lldb::SBExpressionOptions con… in _wrap_new_SBExpressionOptions__SWIG_1()27097 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_GetCoerceResultToId()27107 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetCoerceResultToId(); in _wrap_SBExpressionOptions_GetCoerceResultToId()27121 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_0()27147 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_1()27219 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_GetUnwindOnError()[all …]
55 SRCS+= API/SBExpressionOptions.cpp
115 %include "lldb/API/SBExpressionOptions.h"