On Wed, Dec 21, 2011 at 2:56 PM, Siddharth Bhojnagarwala <[email protected]> wrote: > I am wondering if libunwind is not able to get full backtrace on mips64 all > the time? I mean does use of certain things (line inline functions, > function pointers, static functions) break libunwind? It is only able to > get 1 level backtrace. >
You want to compile libunwind with configure --enable-debug and run with UNW_DEBUG_LEVEL=n to figure out what's going wrong. Examples here: http://thread.gmane.org/gmane.comp.lib.unwind.devel/520/focus=522 -Arun _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
