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

Ravitheja Addepally via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 13 00:43:20 PDT 2016


ravitheja added a comment.

Well its not possible for the assembly unwinder to do the correct thing in this situation , as the function is entered through a stub function (which has push instruction) and then a jump. The point of this patch is to catch when to use the CFI or the assembly unwinder.


http://reviews.llvm.org/D21221





More information about the lldb-commits mailing list