From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30493 invoked by alias); 30 Sep 2004 10:53:01 -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 30483 invoked from network); 30 Sep 2004 10:52:59 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by sourceware.org with SMTP; 30 Sep 2004 10:52:59 -0000 Received: (qmail 25777 invoked by uid 65534); 30 Sep 2004 10:52:58 -0000 Received: from hbr9-d9bb5b7a.pool.mediaWays.net (EHLO mycastle) (217.187.91.122) by mail.gmx.net (mp027) with SMTP; 30 Sep 2004 12:52:58 +0200 X-Authenticated: #1863545 From: "Timo Steuerwald" To: gdb@sources.redhat.com Date: Thu, 30 Sep 2004 10:53:00 -0000 MIME-Version: 1.0 Subject: _dl_debug_state_internal () breakpoints Message-ID: <415C0145.18615.348D2@localhost> Priority: normal Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-SW-Source: 2004-09/txt/msg00264.txt.bz2 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? Many thanks for your answers! Bye, Timo