libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] Getting parameters on x86_64 as part of backtrace


From: Daniel Jacobowitz
Subject: Re: [Libunwind-devel] Getting parameters on x86_64 as part of backtrace
Date: Tue, 29 Apr 2008 11:39:23 -0400
User-agent: Mutt/1.5.17 (2007-12-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]