From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29930 invoked by alias); 28 Dec 2010 12:01:36 -0000 Received: (qmail 29922 invoked by uid 22791); 28 Dec 2010 12:01:36 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_FRT_PROFILE2 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Dec 2010 12:01:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EC52F2BABBC; Tue, 28 Dec 2010 07:01:26 -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 C-FNn9QpeY4K; Tue, 28 Dec 2010 07:01:26 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 75F112BAB6B; Tue, 28 Dec 2010 07:01:26 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 69200145870; Tue, 28 Dec 2010 16:01:20 +0400 (RET) Date: Tue, 28 Dec 2010 14:34:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org Subject: Re: [PATCH] sim: allow memory maps to default to mapped files Message-ID: <20101228120120.GE2436@adacore.com> References: <1293426471-5571-1-git-send-email-vapier@gentoo.org> <20101228063536.GF2596@adacore.com> <201012280238.03847.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201012280238.03847.vapier@gentoo.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2010-12/txt/msg00508.txt.bz2 > i dont mind writing documentation, but i dont understand texi, so ive > avoided the format when possible. i believe all of the gdb > documentation is based in that format ? Yes, that's correct. texi isn't very difficult, and we have Eli who helps with any issues around it. There are @[cmd] markers that help describe the text, and once you know that, you should be able to write documentation by copy/paste. I found an "introduction to Texinfo" page, which might be helpful giving you the basics in a short amount of time: http://lilypond.org/doc/v2.12/Documentation/devel/contrib-guide/Texinfo-introduction-and-usage-policy > that's basically what my change does. "addr,0" or just "addr" now work. > sorry if my commit msg wasnt clear. OK. The patch looks good to me, except for the little formatting nits that I already pointed out. But can you give it a few more days for others to comment? In particular, Doug Evans is more proficient with the simulator than I am, I believe (which is not hard, considering that I have barely ever touched that code). -- Joel