libunwind-devel
[Top][All Lists]
Advanced

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

[Libunwind-devel] Interest in .debug_frame support?


From: Daniel Jacobowitz
Subject: [Libunwind-devel] Interest in .debug_frame support?
Date: Wed, 3 Oct 2007 09:24:01 -0400
User-agent: Mutt/1.5.15 (2007-04-09)

Corey Ashford asked in February whether there were any plans for
.debug_frame support.  I have a similar question - is there any
interest in including .debug_frame support?

I've been looking at a system where I'd like to have backtraces during
debugging (from memory allocation debuggers, et cetera).  This is a
debugging feature, so I'm willing to put extra data on the target
during it, probably using .gnu_debuglink to point at separate files.
But the overhead of .eh_frame is not acceptable.

The things that would have to be implemented:

  - Finding and opening files to map .debug_frame.

  - Handling the differences between .debug_frame and .eh_frame.
  They're important but small.

Libunwind seems like the most sensible way to do this.  .debug_frame
is similar enough to .eh_frame that all the necessary interfaces are
already present.

-- 
Daniel Jacobowitz
CodeSourcery




reply via email to

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