From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3040 invoked by alias); 8 Jul 2003 20:30:57 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3031 invoked from network); 8 Jul 2003 20:30:55 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 8 Jul 2003 20:30:55 -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 h68KUsH01768 for ; Tue, 8 Jul 2003 16:30:54 -0400 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 h68KUiI28703; Tue, 8 Jul 2003 16:30:44 -0400 Received: from localhost.localdomain (vpn50-69.rdu.redhat.com [172.16.50.69]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h68KUfl13167; Tue, 8 Jul 2003 16:30:41 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h68KUZW04836; Tue, 8 Jul 2003 13:30:35 -0700 Date: Tue, 08 Jul 2003 20:30:00 -0000 From: Kevin Buettner Message-Id: <1030708203035.ZM4835@localhost.localdomain> In-Reply-To: Daniel Jacobowitz "Re: Default value for SOLIB_LOADED_LIBRARY_PATHNAME" (Jul 7, 10:17am) References: <200307031815.h63IFCq5029167@fred.ninemoons.com> <20030707141738.GD27227@nevyn.them.org> To: Daniel Jacobowitz , fnf@ninemoons.com Subject: Re: Default value for SOLIB_LOADED_LIBRARY_PATHNAME Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00161.txt.bz2 On Jul 7, 10:17am, Daniel Jacobowitz wrote: > On Thu, Jul 03, 2003 at 11:15:12AM -0700, Fred Fish wrote: > > > It is better to use a default of an empty string, like is done earlier > > in breakpoint.c: > > > > #ifndef SOLIB_LOADED_LIBRARY_PATHNAME > > #define SOLIB_LOADED_LIBRARY_PATHNAME(pid) "" > > #endif > > [With a changelog entry] this is OK. All this code desperately needs > to die, but that's not your problem. I agree. Fred, please commit this change. Thanks, Kevin