Home
last modified time | relevance | path

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

/freebsd/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;
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 …]
H A DSBValue.cpp586 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()
H A DSBFrame.cpp1020 SBExpressionOptions options; in EvaluateExpression()
1042 SBExpressionOptions options; in EvaluateExpression()
1065 SBExpressionOptions options; in EvaluateExpression()
1084 const SBExpressionOptions &options) { in EvaluateExpression()
H A DSBTarget.cpp2254 SBExpressionOptions options; in EvaluateExpression()
2265 const SBExpressionOptions &options) { in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i3 ) 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 …]
H A DSBValueExtensions.i101 if options is None: options = lldb.SBExpressionOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h19 class LLDB_API SBExpressionOptions {
21 SBExpressionOptions();
23 SBExpressionOptions(const lldb::SBExpressionOptions &rhs);
25 ~SBExpressionOptions();
27 const SBExpressionOptions &operator=(const lldb::SBExpressionOptions &rhs);
H A DSBValue.h139 SBExpressionOptions &options);
330 const SBExpressionOptions &options) const;
332 const SBExpressionOptions &options,
H A DSBFrame.h123 const SBExpressionOptions &options);
H A DSBDefines.h73 class LLDB_API SBExpressionOptions; variable
H A DSBTarget.h936 const SBExpressionOptions &options);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27023 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 …]
H A DMakefile55 SRCS+= API/SBExpressionOptions.cpp
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig115 %include "lldb/API/SBExpressionOptions.h"