[Lldb-commits] [PATCH] D21221: Fix for PrintStackTraces

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 10 11:31:10 PDT 2016


jingham added a subscriber: jingham.
jingham added a comment.

I agree with Pavel.  Remember that most stops in the course of stepping will require an unwind (to tell step-in vrs. lateral step vrs. step out).  This can happen many times in the course of a "user level" step.  So for stepping, particularly on slow devices, unwinding is a bit part of the performance.  We don't want to do any more unwinding than we have to.


http://reviews.llvm.org/D21221





More information about the lldb-commits mailing list