This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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]

[Bug translator/13241] too much dump-unwindsyms processing for modules even if !need_symbols


http://sourceware.org/bugzilla/show_bug.cgi?id=13241

Mark Wielaard <mjw at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mjw at redhat dot com
         Resolution|                            |FIXED

--- Comment #1 from Mark Wielaard <mjw at redhat dot com> 2011-10-13 12:20:49 UTC ---
commit 59218439d0e4dde4a9ccf289629099eed8c4f3ca
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Oct 13 13:53:08 2011 +0200

    PR13241 too much dump-unwindsyms processing for modules even if
!need_symbols

    Introduce dump_section_list() that will pregenerate the section list when
    needed. dump_symbol_tables() now does the minimum necessary to extract
    the needed symbols, or will not even be called at all when !need_symbols
    and the module isn't the "kernel".

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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