From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33112 invoked by alias); 24 Nov 2017 21:57:50 -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 33098 invoked by uid 89); 24 Nov 2017 21:57:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=respects, onlinedocs 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; Fri, 24 Nov 2017 21:57:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 24E87116656; Fri, 24 Nov 2017 16:57:47 -0500 (EST) 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 8AUR7v6tLu9z; Fri, 24 Nov 2017 16:57:47 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E9204116655; Fri, 24 Nov 2017 16:57:46 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3B8E587442; Fri, 24 Nov 2017 13:57:45 -0800 (PST) Date: Fri, 24 Nov 2017 21:57:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Message-ID: <20171124215745.n3777vlplpi2kx36@adacore.com> References: <1510269503-12483-1-git-send-email-simon.marchi@ericsson.com> <20171124213020.kskjia7qr55473zf@adacore.com> <8f8c59499450f4d4972530cd5c0e070a@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f8c59499450f4d4972530cd5c0e070a@polymtl.ca> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-11/txt/msg00632.txt.bz2 > The XML files that follow this dtd can point to it. For example, look at > the example in the doc: > > https://sourceware.org/gdb/onlinedocs/gdb/Memory-Map-Format.html > > This allows a tool to validate that the XML respects the dtd, and XML > editors can provide assistance when hand-writing it, giving auto-complete > based on the possible options. Thanks for explaining. I can update the file. Would you like me to do it now, or should I wait for your patch to get in first? -- Joel