libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] Exception handling routines on x86


From: Arun Sharma
Subject: Re: [Libunwind-devel] Exception handling routines on x86
Date: Mon, 12 Apr 2010 12:28:27 -0700

On Tue, Feb 23, 2010 at 5:40 PM, Arun Sharma <address@hidden> wrote:

I think a patch along the lines of:

#ifdef __i386__
  unw_index = dwarf_to_unw_regnum_map[index];
#endif
// Use unw_index instead of index


I applied a variant of this patch today and added your test case.

 -Arun 

reply via email to

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