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: [0/9] Breakpoints at multiple locations


On Saturday 08 September 2007 20:27:00 Nathan J. Williams wrote:
> Vladimir Prus <vladimir@codesourcery.com> writes:
> 
> > When the library is unloaded, we'll get:
> >
> >         Num Type           Disp Enb  Address    What
> >         1   breakpoint     keep y(p) 0xb7fb6412 bp3b.c:7
> 
> Are we really sure that the library will be reloaded to the same
> address, in general?

It won't be in general. The address above is basically the last
address the breakpoint had.  When the library is reloaded, the
address may change.  I have no opinion whether showing last
address is good thing, but that's what current version of gdb does.

- Volodya


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