[Lldb-commits] [PATCH] D59200: Fix a crasher in StackFrame::GetValueForVariableExpressionPath()
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 11 08:59:53 PDT 2019
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
More information about the lldb-commits
mailing list