[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 09:04:34 PDT 2019
aprantl added inline comments.
================
Comment at: packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py:101
+ # The hit count for the breakpoint should be 1.
+ self.assertTrue(breakpoint.GetHitCount() == 1)
+
----------------
until here. run_to_source_breakpoint should always return a valid frame or fail.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59200/new/
https://reviews.llvm.org/D59200
More information about the lldb-commits
mailing list