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] Improve performance with lots of shared libraries


Thanks for working on this.  I've recently run into a lot of problems
with tests that link to an excessive number of shared libraries, so
I'm glad to see someone working on it.  I have a concern with one
part, though:

On Fri, Sep 9, 2011 at 8:31 AM, Gary Benson <gbenson@redhat.com> wrote:
> ?* when there are no pending breakpoints,

If you "break foo", it might put that breakpoint in more than one
shared library.  If you load a new library with an implementation of
foo, we should stop on that one too.  How can we make that work
without processing the library events?

-- 
Thanks,
Daniel


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