[Lldb-commits] [lldb] r269025 - Fix race in TestExitDuringStep and unify pseudo_barrier handling

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Thu May 12 06:01:37 PDT 2016


On 11 May 2016 at 11:39, Pavel Labath <labath at google.com> wrote:
>
> Working around it this way is quite ugly. Let's try something else.
> Would getting rid of the do{}while loop in the macro fix the problem?
> I added it to make the macro a bit more safe, but I don't think it's
> really necessary...

Indeed, the test passes with the do while(0) removed from pseudo_barrier_wait.


More information about the lldb-commits mailing list