This is the mail archive of the gdb@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: _dl_debug_state_internal () breakpoints


On Thu, Sep 30, 2004 at 12:51:17PM +0200, Timo Steuerwald wrote:
> Hi all,
> 
> I currently debug an application with many of that type of "internal 
> breakpoints":
> > #0  0x4000c690 in _dl_debug_state_internal () from /lib/ld-linux.so.2
> This breaks are a little bit annoying :-(
> 
> After some searching on the internet, I've found the following thing:
> http://sources.redhat.com/ml/gdb/2003-10/msg00014.html
> So my question is, is it possible to configure gdb in such way, that after hitting 
> this breakpoint, the debugged application will be automatically continued? Or 
> to disable this breakpoint at all?

GDB should never stop at this breakpoint and give you a prompt.  You
need to tell us more about what this application is doing, and
investigate why GDB decided to stop.

-- 
Daniel Jacobowitz


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