2 from lldbsuite
.test
.decorators
import *
3 from lldbsuite
.test
.lldbtest
import *
4 from lldbsuite
.test
import lldbutil
7 class ExprXValuePrintingTestCase(TestBase
):
9 """Printing an xvalue should work."""
11 lldbutil
.run_to_source_breakpoint(
12 self
, "// Break here", lldb
.SBFileSpec("main.cpp")
14 self
.expect_expr("foo().data", result_value
="1234")