From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26854 invoked by alias); 17 Oct 2006 22:07:18 -0000 Received: (qmail 26700 invoked by uid 22791); 17 Oct 2006 22:07:17 -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; Tue, 17 Oct 2006 22:07:12 +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 k9HM7BET006786 for ; Tue, 17 Oct 2006 18:07:11 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id k9HM7BtX002041 for ; Tue, 17 Oct 2006 18:07:11 -0400 Received: from ironwood.lan (vpn-14-22.rdu.redhat.com [10.11.14.22]) by pobox.corp.redhat.com (8.13.1/8.12.8) with ESMTP id k9HM7ALZ012418 for ; Tue, 17 Oct 2006 18:07:10 -0400 Date: Tue, 17 Oct 2006 22:07:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [rfa] Add the ELF interpreter to the shared library list early Message-ID: <20061017150709.1a0f2202@ironwood.lan> In-Reply-To: <20060912222343.GA20690@nevyn.them.org> References: <20060912222343.GA20690@nevyn.them.org> 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-10/txt/msg00201.txt.bz2 On Tue, 12 Sep 2006 18:23:43 -0400 Daniel Jacobowitz wrote: > 2006-09-12 Daniel Jacobowitz > > * solib-svr4.c (debug_loader_offset_p, debug_loader_offset) > (debug_loader_name, svr4_default_sos): New. > (svr4_current_sos): Call svr4_default_sos. > (enable_break): Add a comment about AT_BASE. Set the new > variables and retry solib_add. > (svr4_clear_solib): Clear the new variables. Okay. Kevin