This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM EABI backtrace


"Joseph S. Myers" <joseph@codesourcery.com> writes:
> ARM EABI has no defined standard frame layout, so backtracing can only 
> reliably be done using unwind information.  I've applied this patch to 
> make backtrace use the ARM EABI unwind information (similar to other 
> targets using unwind information, but adjusted for the peculiarities of 
> unwinding on ARM).

Any reason we can't share such implementation across different targets.
I am of course thinking of MIPS which has the same problem and solution.

Adam


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]