libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 0/5] ARM: initial support for local unw_resume


From: Ken Werner
Subject: [Libunwind-devel] [PATCH 0/5] ARM: initial support for local unw_resume and minor fixes
Date: Thu, 21 Apr 2011 17:52:37 +0200

Hi,

The first four patches contain some minor test suite fixes. While the fifth
patch implements basic support on ARM Linux for resuming at a certain stack
frame using unw_resume. The changes can be pulled from
git://git.linaro.org/people/kwerner/libunwind.git

Ken Werner (5):
  Add the appropriate libraries to the *_LDADD variables.
  ARM: tests/Gtest-trace.c - IP printing
  ARM: tests/Gtest-dyn1.c fixes.
  ARM: tests/Gtest-dyn1.c workaround for GCC bug.
  Add initial support for local unw_resume on ARM Linux.

 src/arm/Ginit.c     |    2 +-
 src/arm/Gresume.c   |   76 +++++++++++++++++++++++++++++++++++++++++++++++---
 src/arm/unwind_i.h  |    2 +
 tests/Gtest-dyn1.c  |   19 +++++++++++++
 tests/Gtest-trace.c |    2 +
 tests/Makefile.am   |   12 ++++----
 6 files changed, 101 insertions(+), 12 deletions(-)

Regards
Ken
-- 
1.7.4.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]