From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27279 invoked by alias); 20 Feb 2003 18:27:24 -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 27270 invoked from network); 20 Feb 2003 18:27:24 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 18:27:24 -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 h1KIRON12203 for ; Thu, 20 Feb 2003 13:27:24 -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 h1KIRNf02937; Thu, 20 Feb 2003 13:27:23 -0500 Received: from localhost.localdomain (vpn50-1.rdu.redhat.com [172.16.50.1]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KIRNt09473; Thu, 20 Feb 2003 13:27:23 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h1KIRHo10391; Thu, 20 Feb 2003 11:27:17 -0700 Date: Thu, 20 Feb 2003 18:27:00 -0000 From: Kevin Buettner Message-Id: <1030220182717.ZM10390@localhost.localdomain> In-Reply-To: Kevin Buettner "Re: solib-search-path not honoured after program start" (Feb 19, 2:11pm) References: <0a0b01c2d849$b1bcfc40$0202040a@catdog> <1030219194420.ZM9267@localhost.localdomain> <0a6101c2d851$4fb04d60$0202040a@catdog> <1030219211150.ZM32507@localhost.localdomain> To: "Kris Warkentin" , Subject: Re: solib-search-path not honoured after program start MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00424.txt.bz2 On Feb 19, 2:11pm, Kevin Buettner wrote: > * solib.c (reload_shared_libraries): New function. > (_initialize_solib): Add command callbacks for > ``set solib-search-path'' and ``set solib-absolute-prefix''. I've checked this in. Thanks to Kris for bringing this problem to my attention and for helping to test the patch. Kevin