[Lldb-commits] [PATCH] D66250: [JIT][Unwinder] Add Trampoline ObjectFile and UnwindPlan support for FCB

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 22 18:29:24 PDT 2019


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





More information about the lldb-commits mailing list