This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: handle "MiniDebuginfo" section


> From: Tom Tromey <tromey@redhat.com>
> Date: Fri, 09 Nov 2012 10:33:27 -0700
> 
> Fedora recently approved and committed the "MiniDebuginfo" feature:
> 
>     http://fedoraproject.org/wiki/Features/MiniDebugInfo
> 
> Essentially this is a way to ship some extra symbols, compressed in a
> special section in an executable or library, so that backtracing can
> work "well enough" without requiring full debuginfo.
> 
> This patch adds support for this feature to gdb.  I think the
> implementation is pretty straightforward.  If you want to enable it, you
> will need the LZMA library:
> 
>     http://tukaani.org/lzma/
> 
> Built and regtested on x86-64 Fedora 16.
> 
> At least a doc review is required.

The doc parts are OK.  Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]