This is the mail archive of the gdb-prs@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]

[Bug shlibs/13444] New: Make auto-solib-add more comfortable


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

             Bug #: 13444
           Summary: Make auto-solib-add more comfortable
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: shlibs
        AssignedTo: unassigned@sourceware.org
        ReportedBy: andre.poenitz@nokia.com
    Classification: Unclassified


It would be nice if there was a command or set of commands to make gdb load
only that part of the debug information that is needed to make currently active
breakpoints "work". Blindly loading all debuginfo seems to be inefficient, and
so is stopping on each solib event and checking in "user code" whether there
are breakpoints in this so. Having a blacklist and a whitelist of shared
objects for which to never/always load debuginfo would already help a lot.

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


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