This is the mail archive of the gdb-patches@sources.redhat.com 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: [WIP] pending breakpoint support


On Fri, Nov 21, 2003 at 05:46:43PM -0500, J. Johnston wrote:
> I tried leaving the breakpoint around to allow for "break in all shared 
> libs" but that experiment fell flat because it ended up creating the same 
> breakpoint multiple times as each shared library gets loaded (e.g. it keeps 
> finding printf over and over again in libc).  This patch still finds the 
> first occurrence in a shared library and then deletes the pending 
> breakpoint.  Are there plans to identify the shared library for a 
> breakpoint in the proposed changes?

No concrete plans, but this definitely can and should be addressed
later.  I have a couple of ideas but I want to get something
implemented (eventually) before speculating.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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