From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4898 invoked by alias); 2 Jan 2012 22:08:56 -0000 Received: (qmail 4890 invoked by uid 22791); 2 Jan 2012 22:08:56 -0000 X-SWARE-Spam-Status: No, hits=-7.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 22:08:42 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q02M8dcJ028552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 2 Jan 2012 17:08:39 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q02M8dV7009051; Mon, 2 Jan 2012 17:08:39 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id q02M8b96026768; Mon, 2 Jan 2012 17:08:38 -0500 From: Tom Tromey To: Yao Qi Cc: Subject: Re: FYI: minsyms documentation References: <4EF38DAD.3040106@earthlink.net> <8362h8z60x.fsf@gnu.org> <4EF39E85.3050207@earthlink.net> <4EF54B6D.907@codesourcery.com> Date: Mon, 02 Jan 2012 22:08:00 -0000 In-Reply-To: <4EF54B6D.907@codesourcery.com> (Yao Qi's message of "Sat, 24 Dec 2011 11:47:57 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 2012-01/txt/msg00068.txt.bz2 >>>>> "Yao" == Yao Qi writes: Yao> Put detailed doc in gdbint.texinfo to Yao> relevant source files, and only leave overview and high-level doc in it. Yao> In this way, we don't have to pay much effort to keep gdbint.texinfo Yao> synchronized with source, and gdbint.texinfo is still quite useful. Yes, this is exactly what I would like to do. Tom