[Lldb-commits] [PATCH] Add new test for stress testing stack unwinding
Tamas Berghammer
tberghammer at google.com
Tue Jun 16 19:19:11 PDT 2015
I am using this approach in the last few weeks to find issues and unfortunately I see a lot of case when we can't unwind. Most of the failures came from libc.so and/or libc++.so and I think those functions contain some quite tricky and possibly hand crafted code (haven't seen failure in user code so far).
At the current stage I would be happy if we can unwind from any code generated by the compiler but we are very far from that (at least on android).
http://reviews.llvm.org/D10454
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list