[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libunwind-devel] Re: [PATCH 0/4] ARM enhancements
From: |
Henrik Grindal Bakken |
Subject: |
[Libunwind-devel] Re: [PATCH 0/4] ARM enhancements |
Date: |
Wed, 23 Mar 2011 09:50:05 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Ken Werner <address@hidden>
writes:
> After learning more about the internals of libunwind I decided to
> replace the arm_stackframe and let the extbtl-parser operate on the
> dwarf_cursor directly. This eliminates the need to synchronize the
> two models and clears the way for call stacks with mixed DWARF- and
> extbl-frames. It also fixes the testcase errors that Henrik
> reported.
Hi Ken,
This patch set works better for me, but I get a crash (SIGSEGV) when
trying to get backtrace from a signal handler. I'll try to figure out
why...
--
Henrik Grindal Bakken <address@hidden>
PGP ID: 8D436E52
Fingerprint: 131D 9590 F0CF 47EF 7963 02AF 9236 D25A 8D43 6E52
- [Libunwind-devel] [PATCH 3/4] Use ARM-specific unwinding tables in unw_step, (continued)
- [Libunwind-devel] [PATCH 3/4] Use ARM-specific unwinding tables in unw_step, Ken Werner, 2011/03/15
- [Libunwind-devel] [PATCH 4/4] Add test of backtracing using ARM-specific tables, Ken Werner, 2011/03/15
- [Libunwind-devel] [PATCH 1/4] Add ARM signal frame detection, Ken Werner, 2011/03/15
- [Libunwind-devel] [PATCH 2/4] Add module for parsing ARM-specific unwind tables, Ken Werner, 2011/03/15
- [Libunwind-devel] Re: [PATCH 0/4] ARM enhancements, Henrik Grindal Bakken, 2011/03/18
- Re: [Libunwind-devel] [PATCH 0/4] ARM enhancements, Arun Sharma, 2011/03/22