[Lldb-commits] [PATCH] D29144: LLDB: fix for TestCallThatThrows.py test fail

Boris Ulasevich via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 25 20:30:51 PST 2017


boris.ulasevich added a comment.

I work on the case when we have two plans complete: internal breakpoint plus our function call plan:

  Active plan stack:
    Element 0: Base thread plan.
  Completed Plan Stack:
    Element 0: Run to address: 0x000000010e78be00 using breakpoint: 0 - but the breakpoint has been deleted.
    Element 1: Thread plan to call 0x10e7c4bf0


Repository:
  rL LLVM

https://reviews.llvm.org/D29144





More information about the lldb-commits mailing list