libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] Multi-platform unwinding i386 binary on x86_64 bug


From: Arun Sharma
Subject: Re: [Libunwind-devel] Multi-platform unwinding i386 binary on x86_64 bugs and patch.
Date: Wed, 2 May 2007 11:29:26 -0700

On 5/2/07, Nurdin Premji <address@hidden> wrote:

With this code added frysk is able to unwind an i386 process running on
an x86_64.


Is it a hard requirement that a x86_64 frysk is able to unwind an i386 process? If you're ok with doing this in a separate (i386) address space, you can use the i386 native version of libunwind, without any code changes.

If you must do this in a x86_64 address space, I would suggest treating i386 the same way you'd treat ppc32 i.e by not using ptrace related code and using your own accessors.

 -Arun


reply via email to

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