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: Pending breakpoints


Daniel Jacobowitz wrote:

> On Thu, Apr 03, 2008 at 11:00:35PM +1200, Nick Roberts wrote:
>>     -6      longjmp        keep n   0xb7da7be0 <siglongjmp>
>>     -7      longjmp        keep n   0xb7da7be0 <siglongjmp>
>>     -8      longjmp        keep n   0xb7da7be0 <siglongjmp>
> 
> Actually this is the one I consider a problem; it's weird that we look
> up the symbol name for this.  We set breakpoints on longjmp and
> _longjmp and siglongjmp just in case they're different.  And that
> predates your change.
> 
>>  > Even better would be to discard locations when we shlib_disable a
>>  > breakpoint, and get rid of the shlib_disable flag.  But doing that may
>>  > require that we get rid of shared libraries when we're supposed to.
>> 
>> Would that `solve' this problem?
> 
> I hope so.

Then, we won't have any place to remember if any individual location is
enabled or disabled.

- Volodya



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