[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libunwind-devel] [PATCH] [MIPS] Stack-unwinding through signal frames
From: |
faraz . shahbazker |
Subject: |
[Libunwind-devel] [PATCH] [MIPS] Stack-unwinding through signal frames |
Date: |
Mon, 16 Mar 2015 13:13:58 -0700 |
From: Faraz Shahbazker <address@hidden>
I couldn't find a stand-alone test in the libunwind suite targeting
this feature but Gtest-exc seems to run a bit further before giving
up. This fixes a test in bionic's test-suite and has been accepted
for Android as 2 patches:
https://android-review.googlesource.com/127521
https://android-review.googlesource.com/130850
I have combined both patches below. Please review/comment.
Regards,
Faraz Shahbazker
Faraz Shahbazker (1):
[MIPS] Stack-unwinding through signal frames
src/mips/Gis_signal_frame.c | 51 +++++++++++++++++++++--
src/mips/Gstep.c | 94 ++++++++++++++++++++++++++++++++++++++++---
src/mips/offsets.h | 44 ++++++++++++++++++++
3 files changed, 180 insertions(+), 9 deletions(-)
--
1.7.9.5
- [Libunwind-devel] [PATCH] [MIPS] Stack-unwinding through signal frames,
faraz . shahbazker <=