Home
last modified time | relevance | path

Searched refs:SBExpressionOptions (Results 1 – 15 of 15) 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.cpp584 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()
H A DSBFrame.cpp1021 SBExpressionOptions options; in EvaluateExpression()
1047 SBExpressionOptions options; in EvaluateExpression()
1070 SBExpressionOptions options; in EvaluateExpression()
1089 const SBExpressionOptions &options) { in EvaluateExpression()
H A DSBTarget.cpp2289 SBExpressionOptions options; in EvaluateExpression()
2298 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.i87 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);
333 const SBExpressionOptions &options) const;
335 const SBExpressionOptions &options,
H A DSBFrame.h119 const SBExpressionOptions &options);
H A DSBDefines.h73 class LLDB_API SBExpressionOptions; variable
H A DSBTarget.h919 const SBExpressionOptions &options);
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig32 #include "lldb/API/SBExpressionOptions.h"
H A Dinterfaces.swig113 %include "lldb/API/SBExpressionOptions.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26603 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 …]
H A DMakefile46 SRCS+= API/SBExpressionOptions.cpp