On Thu, Jul 22, 2010 at 12:08 PM, Sven Neumann <[email protected]> wrote: > So I'd like to know what the current state of the support for ARM is. Is > what I am trying to do supposed to work? Should I be trying a particular > branch perhaps?
I'll let ARM developers comment on this. Some generic debugging tips: ./configure --enable-debug UNW_DEBUG_LEVEL=xx your-test where xx is a bitmask (such as 15). I suspect that you'll need to do: ./configure --enable-debug-frame on ARM - based on the patches that were posted to the list earlier. -Arun _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
