Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp591 SBExpressionOptions options; in CreateValueFromExpression()
598 SBExpressionOptions &options) { in CreateValueFromExpression()
1155 lldb::SBExpressionOptions options; in EvaluateExpression()
1165 const SBExpressionOptions &options) const { in EvaluateExpression()
1172 const SBExpressionOptions &options, in EvaluateExpression()
H A DSBFrame.cpp980 SBExpressionOptions options; in EvaluateExpression()
1000 SBExpressionOptions options; in EvaluateExpression()
1021 SBExpressionOptions options; in EvaluateExpression()
1038 const SBExpressionOptions &options) { in EvaluateExpression()
H A DCMakeLists.txt39 SBExpressionOptions.cpp
H A DSBTarget.cpp2197 SBExpressionOptions options; in EvaluateExpression()
2206 const SBExpressionOptions &options) { in EvaluateExpression()
/openbsd-src/gnu/llvm/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.h128 SBExpressionOptions &options);
307 const SBExpressionOptions &options) const;
309 const SBExpressionOptions &options,
H A DSBFrame.h110 const SBExpressionOptions &options);
H A DSBDefines.h56 class LLDB_API SBExpressionOptions; variable
H A DSBTarget.h840 const SBExpressionOptions &options);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i13 ) SBExpressionOptions;
15 class SBExpressionOptions
21 SBExpressionOptions();
23 SBExpressionOptions (const lldb::SBExpressionOptions &rhs);
25 ~SBExpressionOptions();
153 SBExpressionOptions (lldb_private::EvaluateExpressionOptions &expression_options);
H A DSBValue.i258 …CreateValueFromExpression (const char *name, const char* expression, SBExpressionOptions &options);
435 const SBExpressionOptions &options) const;
439 const SBExpressionOptions &options,
522 if options is None: options = lldb.SBExpressionOptions()
H A DSBFrame.i177 EvaluateExpression (const char *expr, SBExpressionOptions &options);
H A DSBTarget.i979 EvaluateExpression (const char *expr, const lldb::SBExpressionOptions &options);
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dpysummary.py11 expr, lldb.SBExpressionOptions()).GetSummary()
/openbsd-src/gnu/usr.bin/clang/liblldbAPI/
H A DMakefile29 SBExpressionOptions.cpp \
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py611 expr_options = lldb.SBExpressionOptions()
662 expr_options = lldb.SBExpressionOptions()
1343 expr_options = lldb.SBExpressionOptions()
1453 expr_options = lldb.SBExpressionOptions()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn61 "SBExpressionOptions.cpp",
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_nsstring.py53 options = lldb.SBExpressionOptions()
/openbsd-src/gnu/llvm/lldb/bindings/
H A Dinterfaces.swig33 %include "./interface/SBExpressionOptions.i"
H A Dheaders.swig29 #include "lldb/API/SBExpressionOptions.h"
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess45 …rect 301 /python_reference/lldb.SBExpressionOptions-class.html https://lldb.llvm.org/python_api/ll…
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2442 options = lldb.SBExpressionOptions()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3610 lldb/include/lldb/API/SBExpressionOptions.h