[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] [PATCH 4/6] [ARM] Add support for systems that don
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] [PATCH 4/6] [ARM] Add support for systems that don't support ucontext.h |
Date: |
Thu, 27 Oct 2011 08:58:11 -0700 |
On Thu, Oct 27, 2011 at 1:38 AM, Ken Werner <address@hidden> wrote:
> Define unw_tdep_context rather than using ucontext_t in order to support
> systems that lack ucontext.h. Note that POSIX.1-2008 removed getcontext,
> makecontext and swapcontext from its specification.
>
Why not provide a compatible definition of ucontext_t for platforms
that don't define it?
-Arun
- [Libunwind-devel] [PATCH 0/6] Enhance portability of libuwind, Ken Werner, 2011/10/27
- [Libunwind-devel] [PATCH 1/6] Include <sys/mman.h> to have MAP_ANONYMOUS defined, Ken Werner, 2011/10/27
- [Libunwind-devel] [PATCH 5/6] Define GNU and processor specific values for the Phdr p_type field, Ken Werner, 2011/10/27
- [Libunwind-devel] [PATCH 6/6] Add missing <signal.h> include directive, Ken Werner, 2011/10/27
- [Libunwind-devel] [PATCH 2/6] UNW_REMOTE_ONLY fixes, Ken Werner, 2011/10/27
- [Libunwind-devel] [PATCH 4/6] [ARM] Add support for systems that don't support ucontext.h, Ken Werner, 2011/10/27
- Re: [Libunwind-devel] [PATCH 4/6] [ARM] Add support for systems that don't support ucontext.h,
Arun Sharma <=
- [Libunwind-devel] [PATCH 3/6] Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr, Ken Werner, 2011/10/27