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;129 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers()159 void SBExpressionOptions::SetCancelCallback( in SetCancelCallback()202 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts()226 bool SBExpressionOptions::GetTopLevel() { in GetTopLevel()232 void SBExpressionOptions::SetTopLevel(bool b) { in SetTopLevel()[all …]
581 SBExpressionOptions options; in CreateValueFromExpression()588 SBExpressionOptions &options) { in CreateValueFromExpression()1149 lldb::SBExpressionOptions options; in EvaluateExpression()1159 const SBExpressionOptions &options) const { in EvaluateExpression()1166 const SBExpressionOptions &options, in EvaluateExpression()
1021 SBExpressionOptions options; in EvaluateExpression()1047 SBExpressionOptions options; in EvaluateExpression()1068 SBExpressionOptions options; in EvaluateExpression()1085 const SBExpressionOptions &options) { in EvaluateExpression()
2248 SBExpressionOptions options; in EvaluateExpression()2257 const SBExpressionOptions &options) { in EvaluateExpression()
3 ) lldb::SBExpressionOptions;6 ) lldb::SBExpressionOptions::SetCoerceResultToId;9 ) lldb::SBExpressionOptions::SetUnwindOnError;12 ) lldb::SBExpressionOptions::SetIgnoreBreakpoints;24 ) lldb::SBExpressionOptions::SetTryAllThreads;27 ) lldb::SBExpressionOptions::SetStopOthers;33 ) lldb::SBExpressionOptions::SetLanguage;42 ) lldb::SBExpressionOptions::GetPrefix;45 ) lldb::SBExpressionOptions::SetPrefix;60 ) lldb::SBExpressionOptions::GetAllowJIT;[all …]
87 if options is None: options = lldb.SBExpressionOptions()
18 class LLDB_API SBExpressionOptions {20 SBExpressionOptions();22 SBExpressionOptions(const lldb::SBExpressionOptions &rhs);24 ~SBExpressionOptions();26 const SBExpressionOptions &operator=(const lldb::SBExpressionOptions &rhs);
135 SBExpressionOptions &options);315 const SBExpressionOptions &options) const;317 const SBExpressionOptions &options,
119 const SBExpressionOptions &options);
70 class LLDB_API SBExpressionOptions; variable
904 const SBExpressionOptions &options);
29 #include "lldb/API/SBExpressionOptions.h"
106 %include "lldb/API/SBExpressionOptions.h"
25287 …result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions((lldb::SBExpressionOptions con… in _wrap_new_SBExpressionOptions__SWIG_1()25334 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_GetCoerceResultToId()25358 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_0()25384 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_1()25456 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_GetUnwindOnError()25480 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetUnwindOnError__SWIG_0()25506 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetUnwindOnError__SWIG_1()25578 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_GetIgnoreBreakpoints()25602 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetIgnoreBreakpoints__SWIG_0()25628 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ; in _wrap_SBExpressionOptions_SetIgnoreBreakpoints__SWIG_1()[all …]
39 SRCS+= API/SBExpressionOptions.cpp