From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69363 invoked by alias); 17 Sep 2018 17:01:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 39968 invoked by uid 89); 17 Sep 2018 17:01:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=investigate, 23663, H*Ad:D*cx X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Sep 2018 17:00:50 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 27660117E79; Mon, 17 Sep 2018 13:00:43 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id doJjfDlGDEGX; Mon, 17 Sep 2018 13:00:43 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AC37D117E62; Mon, 17 Sep 2018 13:00:42 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CDEB2873D9; Mon, 17 Sep 2018 10:00:40 -0700 (PDT) Date: Mon, 17 Sep 2018 17:01:00 -0000 From: Joel Brobecker To: Romain Naour Cc: Sergio Durigan Junior , Tom Tromey , Pedro Alves , GDB Patches , Rich Felker , Thomas Petazzoni , Romain Naour Subject: Re: [PATCH] Move 'is_regular_file' from common-utils.c to filestuff.c Message-ID: <20180917170040.GA19172@adacore.com> References: <20180912173113.2007-1-sergiodj@redhat.com> <6ee45c62-9bb6-c41a-b76e-0a9bf9c2c281@redhat.com> <874leulhqt.fsf@redhat.com> <203b1739-3418-2aa4-c40e-c2e63e717297@smile.fr> <87h8ir3gg6.fsf@tromey.com> <87in37oimf.fsf@redhat.com> <6e01d5ff-42bb-e1fc-162c-aa3fe97cf6b2@smile.fr> <20180914220940.GB26509@adacore.com> <1b59da32-0fa0-fd8f-ddd6-507e45df2988@smile.fr> <12ba8f00-8e76-17a0-6eae-0ae8916cd725@smile.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12ba8f00-8e76-17a0-6eae-0ae8916cd725@smile.fr> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-09/txt/msg00586.txt.bz2 > > I'll create the GDB PR but all explanations of the issue have been > > provided on the mailing list by gdb developers and maintainers. > > > > https://sourceware.org/bugzilla/show_bug.cgi?id=23663 Thanks everyone. the PR number is perfect, as it provides a nice entry point to the everything related to this issue if anyone needs to investigate it. -- Joel