From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21912 invoked by alias); 19 Feb 2003 21:31:43 -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 21904 invoked from network); 19 Feb 2003 21:31:43 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 19 Feb 2003 21:31:43 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id QAA28572; Wed, 19 Feb 2003 16:20:03 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id QAA16550; Wed, 19 Feb 2003 16:31:42 -0500 Message-ID: <0af201c2d85e$48ce99e0$0202040a@catdog> From: "Kris Warkentin" To: "Kevin Buettner" , References: <0a0b01c2d849$b1bcfc40$0202040a@catdog> <1030219194420.ZM9267@localhost.localdomain> <0a6101c2d851$4fb04d60$0202040a@catdog> <1030219211150.ZM32507@localhost.localdomain> Subject: Re: solib-search-path not honoured after program start Date: Wed, 19 Feb 2003 21:31:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00376.txt.bz2 > Your patch corresponds to my "at first glance" comment above. While > it might provide some short term relief for the problem that you're > seeing, it doesn't address the problem of libraries needing to be > reloaded when the search path or absolute prefix is changed. Would > you mind trying the following patch instead? It's funny because I had actually came up with that before I read your email (hence the quick turnaround). "Great minds think alike but fools seldom differ." Which were we again? ;-) I like your patch better. At first glance I didn't see how it would do the trick (I thought you were just adding a command) but I guess the set_cmd_cfunc works automatically. Works great. I'm going to apply it to our 5.2.1 tree as well since it solves an internal problem we're having. Thanks a lot. cheers, Kris