This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: `backtrace' implemented on MIPS?


Hi Pan,

Pan ruochen wrote:

> I tried the example code along with the backtrace manpage. But the
> executabe didn't seem to work on MIPS.

Yes, backtrace() is not implemented on MIPS.  [1] has some details.

If you are knowledgeable about MIPS calling conventions and would
like to work on this, I imagine the people at <libc-ports@sourceware.org>
and this list would be happy to help.

See sysdeps/*/backtrace.c for examples of the functions that would
need to be implemented (from other architectures).

Hope that helps,
Jonathan

[1] http://www.celinux.org/elc08_presentations/ELC2008%20-%20Back-tracing%20in%20MIPS-based%20Linux%20Systems.pdf


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