aprantl added inline comments.
================ Comment at: packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py:69 + + def do_test(self): + exe = self.getBuildArtifact("a.out") ---------------- If I'm not mistaken, you might be able to replace the first 40 lines or so of this test with ` lldbutil.run_to_source_breakpoint(self, "// Set a break point here", lldb.SBFileSpec("main.cpp"))` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59200/new/ https://reviews.llvm.org/D59200 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits