Lines Matching refs:feature
11 %feature("docstring",
30 …%feature("docstring", "Sets whether to coerce the expression result to ObjC id type after evaluati…
38 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError;
46 …%feature("docstring", "Sets whether to ignore breakpoint hits while running expressions.") SetUnwi…
54 …%feature("docstring", "Sets whether to cast the expression result to its dynamic type.") SetFetchD…
62 …%feature("docstring", "Sets the timeout in microseconds to run the expression for. If try all thre…
69 …%feature("docstring", "Sets the timeout in microseconds to run the expression on one thread before…
76 …%feature("docstring", "Sets whether to run all threads if the expression does not complete on one …
83 …%feature("docstring", "Sets whether to stop other threads at all while running expressions. If fa…
90 …%feature("docstring", "Sets whether to abort expression evaluation if an exception is thrown while…
94 …%feature ("docstring", "Sets the language that LLDB should assume the expression is written in") S…
101 …%feature("docstring", "Sets whether to generate debug information for the expression and also cont…
108 …%feature("docstring", "Sets whether to produce a persistent result that can be used in future expr…
113 %feature("docstring", "Gets the prefix to use for this expression.") GetPrefix;
117 …%feature("docstring", "Sets the prefix to use for this expression. This prefix gets inserted after…
121 …%feature("docstring", "Sets whether to auto-apply fix-it hints to the expression being evaluated."…
125 …%feature("docstring", "Gets whether to auto-apply fix-it hints to an expression.") GetAutoApplyFix…
129 …%feature("docstring", "Sets how often LLDB should retry applying fix-its to an expression.") SetRe…
133 …%feature("docstring", "Gets how often LLDB will retry applying fix-its to an expression.") GetRetr…
143 …%feature("docstring", "Gets whether to JIT an expression if it cannot be interpreted.") GetAllowJI…
147 …%feature("docstring", "Sets whether to JIT an expression if it cannot be interpreted.") SetAllowJI…