mib marked an inline comment as done. mib added inline comments.
================ Comment at: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/fast_conditional_breakpoints/TestFastConditionalBreakpoints.py:159 + #self.assertEqual(var.GetValue(), "9") + def inject_invalid_fast_conditional_breakpoint(self): ---------------- jasonmolenda wrote: > Is this an SB API problem, or a more basic lldb problem? If you did 'frame > variable local_count' in this frame, would you get 9 or a different value? For some obscure reasons, when I try to resolve the variable value through the SB API in the test suite, `local_count = 0`. However, when I test it using the Python `script` Interpreter with the same commands, `local_count = 9`. I'll investigate this bug and uncomment those line as soon as it's fixed. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66250/new/ https://reviews.llvm.org/D66250 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits