Home
last modified time | relevance | path

Searched refs:expect_expr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dtest.rst232 `SBTarget.EvaluateExpression` or the ``expect_expr`` testing utility.
311 ``expect_expr`` will only pass if the expression produces a value of 0:
315 self.expect_expr("2 + 2", result_value="0")
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2422 def expect_expr( member in TestBase