Re: Broken dwarf unwinding - wrong stack pointer register value?

From: Andi Kleen
Date: Wed Oct 24 2018 - 10:48:21 EST


>
> Can someone at least confirm whether unwinding from a function prologue via
> .eh_frame (but without .debug_frame) should actually be possible?

Yes it should be possible. Asynchronous unwind tables should work
from any instruction.

-Andi