From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7431 invoked by alias); 3 Oct 2004 17:15:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7421 invoked from network); 3 Oct 2004 17:15:32 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 3 Oct 2004 17:15:32 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CE9xJ-0006P8-PM; Sun, 03 Oct 2004 13:15:29 -0400 Date: Sun, 03 Oct 2004 18:00:00 -0000 From: Daniel Jacobowitz To: Timo Steuerwald Cc: gdb@sources.redhat.com Subject: Re: _dl_debug_state_internal () breakpoints Message-ID: <20041003171529.GA5482@nevyn.them.org> Mail-Followup-To: Timo Steuerwald , gdb@sources.redhat.com References: <415C0145.18615.348D2@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <415C0145.18615.348D2@localhost> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-10/txt/msg00029.txt.bz2 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