From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13924 invoked by alias); 28 Dec 2011 21:13:50 -0000 Received: (qmail 13915 invoked by uid 22791); 28 Dec 2011 21:13:49 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Dec 2011 21:13:34 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LWX00700MSWWX00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 28 Dec 2011 23:13:33 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.18.76]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LWX002YAMYJ6ZQ1@a-mtaout22.012.net.il>; Wed, 28 Dec 2011 23:13:33 +0200 (IST) Date: Thu, 29 Dec 2011 03:50:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Initial pass at supporting the Go language In-reply-to: <20111228210206.B6B762461C9@ruffy.mtv.corp.google.com> To: dje@google.com (Doug Evans) Cc: gdb-patches@sourceware.org, iant@google.com Reply-to: Eli Zaretskii Message-id: <83vcp0v1qc.fsf@gnu.org> References: <20111228210206.B6B762461C9@ruffy.mtv.corp.google.com> X-IsSubscribed: yes 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: 2011-12/txt/msg00883.txt.bz2 > cc: iant@google.com > Date: Wed, 28 Dec 2011 13:02:06 -0800 (PST) > From: dje@google.com (Doug Evans) > > This patch is a first pass at supporting the Go language. Thanks. The documentation parts are OK, except... > +@cindex Go > +@value{GDBN} can be used to debug programs written in Go and compiled with > +@file{gccgo} or @file{6g} compilers. > +Support for Go specific features is still work-in-progress. ...for the last sentence. Please remove it; it adds nothing to the text, and will look real bad if inadvertently left there. Btw, I suggest to use @cindex Go (programming language) because just "Go" is ambiguous.