Searched refs:SBExpressionOptions (Results 1 – 15 of 15) 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 …]
584 SBExpressionOptions options; in CreateValueFromExpression()591 SBExpressionOptions &options) { in CreateValueFromExpression()1186 lldb::SBExpressionOptions options; in EvaluateExpression()1196 const SBExpressionOptions &options) const { in EvaluateExpression()1203 const SBExpressionOptions &options, in EvaluateExpression()
1021 SBExpressionOptions options; in EvaluateExpression()1047 SBExpressionOptions options; in EvaluateExpression()1070 SBExpressionOptions options; in EvaluateExpression()1089 const SBExpressionOptions &options) { in EvaluateExpression()
2289 SBExpressionOptions options; in EvaluateExpression()2298 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 …]
87 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);333 const SBExpressionOptions &options) const;335 const SBExpressionOptions &options,
119 const SBExpressionOptions &options);
73 class LLDB_API SBExpressionOptions; variable
919 const SBExpressionOptions &options);
32 #include "lldb/API/SBExpressionOptions.h"
113 %include "lldb/API/SBExpressionOptions.h"
26603 lldb::SBExpressionOptions *result = 0 ; in _wrap_new_SBExpressionOptions__SWIG_0()26606 result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions(); in _wrap_new_SBExpressionOptions__SWIG_0()26620 lldb::SBExpressionOptions *arg1 = 0 ; in _wrap_new_SBExpressionOptions__SWIG_1()26621 lldb::SBExpressionOptions *result = 0 ; in _wrap_new_SBExpressionOptions__SWIG_1()26630 …result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions((lldb::SBExpressionOptions con… in _wrap_new_SBExpressionOptions__SWIG_1()26677 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_GetCoerceResultToId()26687 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetCoerceResultToId(); in _wrap_SBExpressionOptions_GetCoerceResultToId()26701 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_0()26727 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_1()26799 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_GetUnwindOnError()[all …]
46 SRCS+= API/SBExpressionOptions.cpp