jimingham wrote: The one API test you have looks fine. I wouldn't bother with FileCheck tests. They tend to be less accurate and harder to debug. You can use lldbtest.expect to run individual commands.
You need to check not only that $0 works but accesses off that, like $0.some_ivar, and independently check persistent definitions. https://github.com/llvm/llvm-project/pull/215706 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
