From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1286 invoked by alias); 5 Mar 2003 17:52:35 -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 1279 invoked from network); 5 Mar 2003 17:52:34 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 5 Mar 2003 17:52:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h25HqYQ15504 for ; Wed, 5 Mar 2003 12:52:34 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h25HqYV32005; Wed, 5 Mar 2003 12:52:34 -0500 Received: from localhost.localdomain (vpn50-13.rdu.redhat.com [172.16.50.13]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h25HqXC17647; Wed, 5 Mar 2003 12:52:33 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h25HqS327763; Wed, 5 Mar 2003 10:52:28 -0700 Date: Wed, 05 Mar 2003 17:52:00 -0000 From: Kevin Buettner Message-Id: <1030305175227.ZM27762@localhost.localdomain> In-Reply-To: "Lev Assinovsky" "RE: gdb 5.3 bug" (Mar 5, 8:33pm) References: <3F6F4712B759A34ABD453A8B39C10D62330E9F@bagman.edm.com> To: "Lev Assinovsky" Subject: Re: gdb 5.3 bug Cc: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg00106.txt.bz2 On Mar 5, 8:33pm, Lev Assinovsky wrote: > You are right! I was wrong again. > ld.so.1 HAS "rtld_db_dlactivity symbol"! > Now I need to fugure out why doesn't gdb > find it. > May be you remember what gdb function should I stop in to > start debug the gdb? enable_break() in solib-svr4.c. Kevin