Lines Matching full:sets

5 %feature("docstring", "Sets whether to coerce the expression result to ObjC id type after evaluatio…
8 %feature("docstring", "Sets whether to unwind the expression stack on error."
11 %feature("docstring", "Sets whether to ignore breakpoint hits while running expressions."
14 %feature("docstring", "Sets whether to cast the expression result to its dynamic type."
17 %feature("docstring", "Sets the timeout in microseconds to run the expression for. If try all threa…
20 %feature("docstring", "Sets the timeout in microseconds to run the expression on one thread before …
23 %feature("docstring", "Sets whether to run all threads if the expression does not complete on one t…
26 %feature("docstring", "Sets whether to stop other threads at all while running expressions. If fal…
29 %feature("docstring", "Sets whether to abort expression evaluation if an exception is thrown while …
32 %feature ("docstring", "Sets the language that LLDB should assume the expression is written in"
35 %feature("docstring", "Sets whether to generate debug information for the expression and also contr…
38 %feature("docstring", "Sets whether to produce a persistent result that can be used in future expre…
44 %feature("docstring", "Sets the prefix to use for this expression. This prefix gets inserted after …
47 %feature("docstring", "Sets whether to auto-apply fix-it hints to the expression being evaluated."
53 %feature("docstring", "Sets how often LLDB should retry applying fix-its to an expression."
62 %feature("docstring", "Sets whether to JIT an expression if it cannot be interpreted."