From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30967 invoked by alias); 22 Nov 2003 04:32:49 -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 30960 invoked from network); 22 Nov 2003 04:32:49 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Nov 2003 04:32:49 -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 hAM4WmH11860 for ; Fri, 21 Nov 2003 23:32:48 -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 hAM4Wmw15473 for ; Fri, 21 Nov 2003 23:32:48 -0500 Received: from localhost.localdomain (vpn50-29.rdu.redhat.com [172.16.50.29]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hAM4Wl89012923; Fri, 21 Nov 2003 23:32:48 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hAM4WgG23033; Fri, 21 Nov 2003 21:32:42 -0700 Date: Sat, 22 Nov 2003 04:32:00 -0000 From: Kevin Buettner Message-Id: <1031122043241.ZM23032@localhost.localdomain> In-Reply-To: Andrew Cagney "Always pass target to ADD_SOLIB?" (Nov 17, 9:59pm) References: <3FB98B2A.6010609@redhat.com> To: Andrew Cagney , gdb@sources.redhat.com Subject: Re: Always pass target to ADD_SOLIB? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00212.txt.bz2 On Nov 17, 9:59pm, Andrew Cagney wrote: > Can anyone think of a reason why infrun.c doesn't pass the [exec] target > vector to SOLIB_ADD. I can't think of any reason. Kevin