libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] [PATCH] restore "x0" and "x1" registers


From: Arun Sharma
Subject: Re: [Libunwind-devel] [PATCH] restore "x0" and "x1" registers
Date: Sat, 4 Oct 2014 08:38:16 -0700

On Sat, Oct 4, 2014 at 7:09 AM,  <address@hidden> wrote:
> Did you guys need more details or can commit the patch. Thanks

Yes. Some more context on your use case would help.

I suppose you want people to be able to write exception handlers that
modify the scratch registers and then resume.
In that case you should only be touching code paths guarded by
(c->sigcontext_format != AARCH64_SCF_NONE).

But the patch seems to touch the normal (call/return) path as well. Why?

 -Arun



reply via email to

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