[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] [PATCH 0/4] ARM enhancements
From: |
Ken Werner |
Subject: |
Re: [Libunwind-devel] [PATCH 0/4] ARM enhancements |
Date: |
Tue, 22 Mar 2011 20:01:53 +0100 |
User-agent: |
KMail/1.13.5 (Linux/2.6.35-28-generic-pae; KDE/4.5.1; i686; ; ) |
On Tuesday, March 22, 2011 4:45:26 pm Arun Sharma wrote:
> On Tue, Mar 15, 2011 at 11:15 AM, Ken Werner <address@hidden> wrote:
> > Zachary T Welch (4):
> > Add ARM signal frame detection
> > Add module for parsing ARM-specific unwind tables
> > Use ARM-specific unwinding tables in unw_step
> > Add test of backtracing using ARM-specific tables
>
> Applied. Thanks. Had to fix up some trailing whitespace and use
> $LIBUNWIND_ELF instead of libunwind-elf32.la (which doesn't work on 64
> bit platforms).
Hi Arun,
An updated version of this patch set got just posted at:
http://thread.gmane.org/gmane.comp.lib.unwind.devel/902
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.
Since the first version of the patch set went upsteam the updated series won't
apply anymore. How do we want to proceed here? Do you want me to rebase the
new series against the current head or do you wan't to revert the initial
patch set?
Thanks,
Ken
- [Libunwind-devel] [PATCH 0/4] ARM enhancements, Ken Werner, 2011/03/15
- [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