Home
last modified time | relevance | path

Searched refs:SBExpressionOptions (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp18 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;
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 …]
H A DSBValue.cpp581 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()
H A DSBFrame.cpp1021 SBExpressionOptions options; in EvaluateExpression()
1047 SBExpressionOptions options; in EvaluateExpression()
1068 SBExpressionOptions options; in EvaluateExpression()
1085 const SBExpressionOptions &options) { in EvaluateExpression()
H A DSBTarget.cpp2248 SBExpressionOptions options; in EvaluateExpression()
2257 const SBExpressionOptions &options) { in EvaluateExpression()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i3 ) 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 …]
H A DSBValueExtensions.i87 if options is None: options = lldb.SBExpressionOptions()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h18 class LLDB_API SBExpressionOptions {
20 SBExpressionOptions();
22 SBExpressionOptions(const lldb::SBExpressionOptions &rhs);
24 ~SBExpressionOptions();
26 const SBExpressionOptions &operator=(const lldb::SBExpressionOptions &rhs);
H A DSBValue.h135 SBExpressionOptions &options);
315 const SBExpressionOptions &options) const;
317 const SBExpressionOptions &options,
H A DSBFrame.h119 const SBExpressionOptions &options);
H A DSBDefines.h70 class LLDB_API SBExpressionOptions; variable
H A DSBTarget.h904 const SBExpressionOptions &options);
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig29 #include "lldb/API/SBExpressionOptions.h"
H A Dinterfaces.swig106 %include "lldb/API/SBExpressionOptions.h"
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp25287 …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 …]
H A DMakefile39 SRCS+= API/SBExpressionOptions.cpp