On Tue, Apr 29, 2008 at 08:34:27AM -0700, Bala Narasimhan wrote: > I am not able to get the parameters even when I compile with '-g'. > Since gdb is able to do it correctly, I would assume we can do it as > well with libunwind. Can you tell me how this can be done?
Sorry, but libunwind doesn't do this. The unwind information does not describe where to find parameters; that's in symbolic debug information (.debug_info), which GDB loads but libunwind does not. -- Daniel Jacobowitz CodeSourcery _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
