Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp18 SBExpressionOptions::SBExpressionOptions() in SBExpressionOptions() function in SBExpressionOptions
20 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBExpressionOptions); in SBExpressionOptions()
23 SBExpressionOptions::SBExpressionOptions(const SBExpressionOptions &rhs) in SBExpressionOptions() function in SBExpressionOptions
25 LLDB_RECORD_CONSTRUCTOR(SBExpressionOptions, in SBExpressionOptions()
26 (const lldb::SBExpressionOptions &), rhs); in SBExpressionOptions()
31 const SBExpressionOptions &SBExpressionOptions::
32 operator=(const SBExpressionOptions &rhs) { in operator =()
34 const lldb::SBExpressionOptions &, in operator =()
35 SBExpressionOptions, operator=,(const lldb::SBExpressionOptions &), rhs); in operator =()
42 SBExpressionOptions::~SBExpressionOptions() = default;
[all …]
DSBValue.cpp601 SBExpressionOptions options; in CreateValueFromExpression()
609 SBExpressionOptions &options) { in CreateValueFromExpression()
611 (const char *, const char *, lldb::SBExpressionOptions &), in CreateValueFromExpression()
1190 lldb::SBExpressionOptions options; in EvaluateExpression()
1200 const SBExpressionOptions &options) const { in EvaluateExpression()
1202 (const char *, const lldb::SBExpressionOptions &), in EvaluateExpression()
1209 const SBExpressionOptions &options, in EvaluateExpression()
1213 (const char *, const lldb::SBExpressionOptions &, const char *), expr, in EvaluateExpression()
1589 (const char *, const char *, lldb::SBExpressionOptions &)); in RegisterMethods()
1644 (const char *, const lldb::SBExpressionOptions &)); in RegisterMethods()
[all …]
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h18 class LLDB_API SBExpressionOptions {
20 SBExpressionOptions();
22 SBExpressionOptions(const lldb::SBExpressionOptions &rhs);
24 ~SBExpressionOptions();
26 const SBExpressionOptions &operator=(const lldb::SBExpressionOptions &rhs);
DSBValue.h128 SBExpressionOptions &options);
301 const SBExpressionOptions &options) const;
303 const SBExpressionOptions &options,
DSBFrame.h110 const SBExpressionOptions &options);
DSBDefines.h44 class LLDB_API SBExpressionOptions; variable
/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i13 ) SBExpressionOptions;
15 class SBExpressionOptions
21 SBExpressionOptions();
23 SBExpressionOptions (const lldb::SBExpressionOptions &rhs);
25 ~SBExpressionOptions();
153 SBExpressionOptions (lldb_private::EvaluateExpressionOptions &expression_options);
DSBValue.i258 …CreateValueFromExpression (const char *name, const char* expression, SBExpressionOptions &options);
436 const SBExpressionOptions &options) const;
440 const SBExpressionOptions &options,
523 if options is None: options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/fixits/
DTestFixIts.py33 options = lldb.SBExpressionOptions()
36 top_level_options = lldb.SBExpressionOptions()
95 multiple_runs_options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/unwind_expression/
DTestUnwindExpression.py42 options = lldb.SBExpressionOptions()
70 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/options/
DTestExprOptions.py42 options = lldb.SBExpressionOptions()
77 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/examples/summaries/
Dpysummary.py11 expr, lldb.SBExpressionOptions()).GetSummary()
/external/llvm-project/lldb/test/API/lang/cpp/subst_template_type_param/
DTestSubstTemplateTypeParam.py20 opts = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/functionalities/thread/state_after_expression/
DTestStateAfterExpression.py40 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/error-limit/
DTestExprErrorLimit.py34 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/ir-interpreter/
DTestIRInterpreter.py51 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/timeout/
DTestCallWithTimeout.py38 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/top-level/
DTestTopLevelExprs.py81 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/lang/cpp/trivial_abi/
DTestTrivialABI.py51 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/dont_allow_jit/
DTestAllowJIT.py55 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/
DTestWeakSymbols.py66 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/call-throws/
DTestCallThatThrows.py42 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
DTestExitDuringExpression.py80 options = lldb.SBExpressionOptions()
/external/llvm-project/lldb/test/API/commands/expression/diagnostics/
DTestExprDiagnostics.py52 top_level_opts = lldb.SBExpressionOptions();
/external/llvm-project/lldb/test/API/commands/expression/call-restarts/
DTestCallThatRestarts.py67 options = lldb.SBExpressionOptions()

12