From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20915 invoked by alias); 26 Jun 2006 18:48:38 -0000 Received: (qmail 20907 invoked by uid 22791); 26 Jun 2006 18:48:38 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Jun 2006 18:48:33 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5QImV6o028064 for ; Mon, 26 Jun 2006 14:48:31 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5QImVke012593 for ; Mon, 26 Jun 2006 14:48:31 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id k5QImVLp025189 for ; Mon, 26 Jun 2006 14:48:31 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id k5QImUBL015824 for ; Mon, 26 Jun 2006 11:48:30 -0700 Date: Mon, 26 Jun 2006 18:48:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [patch] Fixes problem setting breakpoint in dynamic loader Message-ID: <20060626114830.16a34533@ironwood.lan> In-Reply-To: <1151094553.7608.89.camel@dufur.beaverton.ibm.com> References: <1148513171.315.104.camel@dufur.beaverton.ibm.com> <20060525022635.GA15026@nevyn.them.org> <1148593970.315.131.camel@dufur.beaverton.ibm.com> <20060525225827.GA13498@nevyn.them.org> <1148594987.315.137.camel@dufur.beaverton.ibm.com> <1151094553.7608.89.camel@dufur.beaverton.ibm.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.6.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00376.txt.bz2 On Fri, 23 Jun 2006 13:29:13 -0700 PAUL GILLIAM wrote: > * solib-svr4.c: Remove "._dl_debug_state" from the list of symbols at > which to try setting a breakpoint for tracking solibs. I too would like to know whether or not it is still possible to debug binaries created on older versions of the OS after removing ._dl_debug_state. (Mark asked this question first, and thus far, I've not seen an answer.) What happens if this portion of the patch is omitted? Does your patch still work for the case that you're interesting in? Kevin