commit | 58778e138ee35c6179c8c62ac4157f80a4e63e3c | [log] [tgz] |
---|---|---|
author | Jaesung Chung <jaesung@google.com> | Thu Jun 15 18:20:34 2017 +0900 |
committer | Jaesung Chung <jaesung@google.com> | Fri Jun 16 19:16:50 2017 +0900 |
tree | 863cfd6037443f5da617ffacf3f0eb4ea4ab2a3f | |
parent | 72ca50359e5b0ad4930fbc7e0762285e317e7f85 [diff] |
debuggerd_test: find backtrace frame in all lines in CrasherTest Kernel can use vsyscall for system calls. The vsyscall implementation in the kernel gives one more depth in the backtrace. It leads to failures on CrasherTest. This CL makes tests find a system call frame not only in the first line but also in all lines on the backtrace. Bug: 62600694 Test: passes all CrasherTests. Change-Id: Ice383bb94db097e7e9a9e4f74d8fa5ecc528122a