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

Boris Ulasevich via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 27 13:39:40 PST 2017


boris.ulasevich added a comment.

In https://reviews.llvm.org/D29144#659052, @jingham wrote:

> What's special about the TestCallThatThrows test?


Good question! It must be related with SetIgnoreBreakpoints(True) option used in the test: with this option StopInfoBreakpoint::PerformAction is not performed and preset StopInfoBreakpoint value is not cleared :)


https://reviews.llvm.org/D29144





More information about the lldb-commits mailing list