From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101794 invoked by alias); 7 Sep 2018 22:08:54 -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 101782 invoked by uid 89); 7 Sep 2018 22:08:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=uncomfortable, patience, talks X-HELO: gateway33.websitewelcome.com Received: from gateway33.websitewelcome.com (HELO gateway33.websitewelcome.com) (192.185.146.130) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Sep 2018 22:08:52 +0000 Received: from cm15.websitewelcome.com (cm15.websitewelcome.com [100.42.49.9]) by gateway33.websitewelcome.com (Postfix) with ESMTP id 94FC4930AC for ; Fri, 7 Sep 2018 17:08:50 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id yOvIf1VeSbXuJyOvcfLHkW; Fri, 07 Sep 2018 17:08:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=FR8C1HxQqlr36LZeLOQBx1h9FjajLi/XvWKP7068GkA=; b=CvolcvVoJcDsaoZf5tVoyAfRi8 YOxaAt5mloYoaK4LnB9jb2BecA638hS5YYdTIWB5e/Z2UltTxS4qUTVO7Q/EUBUJTy2SOJbm3GIts CtZ+iqHo6QdQJv4ZWT/w8VRHg; Received: from 75-166-85-72.hlrn.qwest.net ([75.166.85.72]:51402 helo=pokyo) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fyOvI-001u42-DB; Fri, 07 Sep 2018 17:08:16 -0500 From: Tom Tromey To: Julio Guerra Cc: Tom Tromey , "gdb-patches\@sourceware.org" , Pedro Alves Subject: Re: [PATCH] Install fileio.h to share File I/O protocol type definitions References: <20180709093410.63068-1-julio@farjump.io> <010201647e64586b-d00b8b01-c2d4-4b0d-8f9c-3485ccafa87c-000000@eu-west-1.amazonses.com> <87o9evyump.fsf@tromey.com> <9f54db97-2e20-1935-c730-e6036a5809e0@farjump.io> <01020164d3075dd7-c5101668-597f-4dd0-81ef-d7a1bc2642fc-000000@eu-west-1.amazonses.com> Date: Fri, 07 Sep 2018 22:08:00 -0000 In-Reply-To: <01020164d3075dd7-c5101668-597f-4dd0-81ef-d7a1bc2642fc-000000@eu-west-1.amazonses.com> (Julio Guerra's message of "Wed, 25 Jul 2018 20:00:32 +0000") Message-ID: <87r2i5ufjk.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-09/txt/msg00135.txt.bz2 >>>>> "Julio" == Julio Guerra writes: Thanks for your patience on this repsonse. The gdb rule is that you can ping a patch (or in this case, IMO, really any question) after 2 weeks, and then weekly thereafter. This may be uncomfortable (I never really got into it) but it really is ok. >> It seems like it would be a good idea to have some documentation for >> this, if it's something we intend to support. Julio> The documentation already talks about these types here Julio> https://sourceware.org/gdb/onlinedocs/gdb/Protocol_002dspecific-Representation-of-Datatypes.html#Protocol_002dspecific-Representation-of-Datatypes Julio> But do you want me to add some documentation about this file being Julio> installed before the list? I think that would be a good idea. thanks, Tom