From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26936 invoked by alias); 3 Apr 2002 17:06:28 -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 26929 invoked from network); 3 Apr 2002 17:06:27 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 3 Apr 2002 17:06:27 -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 MAA07029; Wed, 3 Apr 2002 12:06:03 -0500 Received: from catdog (dhcpa182 [10.12.1.182]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id MAA11065; Wed, 3 Apr 2002 12:05:40 -0500 Message-ID: <0a2e01c1db31$f57e4c60$b6010c0a@catdog> From: "Kris Warkentin" To: "Andrew Cagney" , "Daniel Jacobowitz" Cc: References: <082a01c1da77$5eda6920$b6010c0a@catdog> <20020402135525.A21141@nevyn.them.org> <3CAB33BA.4010603@cygnus.com> Subject: Re: command api question Date: Wed, 03 Apr 2002 09:06: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.2600.0000 X-SW-Source: 2002-04/txt/msg00020.txt.bz2 ----- Original Message ----- From: "Andrew Cagney" To: "Daniel Jacobowitz" ; "Kris Warkentin" Cc: Sent: Wednesday, April 03, 2002 11:54 AM Subject: Re: command api question > Er ..... > > Kris, can you explain why you want to munge this variable? > > Andrew > Well, we're bringing our very old gdb 4.17 port up to date with the current head branch of gdb for eventual submission to the FSF. The code I'm looking at initializes solib_search_path to a bunch of our library directories. Considering that solib_open search $PATH and $LD_LIBRARY_PATH, it's probably unecessary...I should probably lean more to smart porting rather than mindless porting eh? ;-) Kris