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: [8/9] multiple locations


Daniel Jacobowitz wrote:

> On Tue, Nov 13, 2007 at 11:05:10AM +0300, Vladimir Prus wrote:
>> > 
>> > Does the (p) add anything useful to the user?  The manual says:
>> > 
>> >       An optional `(p)' suffix marks pending breakpoints
>> > 
>> > Is that not clear from the word PENDING?
>> 
>> No, because if you set breakpoint in a shared library, and that library
>> is unloaded, you have some number in 'address' field, but the breakpoint
>> won't actually fire, and the "(p)" indicates that fact.
> 
> Can we just change it back to <PENDING> by discarding the address?

This can actually work. I'll try to implement this idea.

- Volodya

 



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