On Wed, Jan 02, 2008 at 11:36:17AM -0400, Anderson Lizardo wrote: > Hi, > > Is there a Linux ARM port of libunwind? If not, has anyone started work on it? > > I looked through the project pages and mailing list archives, but > could not find anything.
My coworker Julian Brown has done a partial ARM port, and I've done a partial MIPS port. They're of somewhat limited use, the ARM version especially; they only know how to unwind using DWARF-2 unwind tables, and on ARM that means you need the .debug_frame support we've also been working on (ARM does not use the standard .eh_frame mechanism that other platforms use). That limitation aside, they work very well. We're planning to submit them in the next month or two, I hope. -- Daniel Jacobowitz CodeSourcery _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
