[Lldb-commits] [PATCH] D12976: Fix TestChangeProcessGroup to properly step out of sleep.

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 18 12:10:11 PDT 2015


labath added a comment.

We have been looking into these failures also, and the cause is the recent changes, which make it impossible to evaluate c(++) expression in assembly language frames (see http://reviews.llvm.org/D12962). This is not the purpose of this test, but I don't think we should work around it as I believe a simple expression as "var = 1" should work regardless of the selected frame. I'd like to wait on the comments on the aforementioned patch before we put this in.


http://reviews.llvm.org/D12976





More information about the lldb-commits mailing list