From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15683 invoked by alias); 23 Feb 2011 04:01:14 -0000 Received: (qmail 15674 invoked by uid 22791); 23 Feb 2011 04:01:12 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Feb 2011 04:01:06 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LH100600XJKM000@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 23 Feb 2011 06:00:26 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.14.198]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LH1006GKXSOLU10@a-mtaout23.012.net.il>; Wed, 23 Feb 2011 06:00:26 +0200 (IST) Date: Wed, 23 Feb 2011 04:17:00 -0000 From: Eli Zaretskii Subject: Re: [patch, doc RFA]: New python function lookup_global_symbol In-reply-to: To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r5azs8me.fsf@gnu.org> References: <20110218235945.997602461AA@ruffy.mtv.corp.google.com> <83zkpstoxn.fsf@gnu.org> 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-02/txt/msg00634.txt.bz2 > Date: Tue, 22 Feb 2011 14:50:10 -0800 > From: Doug Evans > Cc: gdb-patches@sourceware.org > > Thanks. > Here is what I checked in. One comment about your commit: > +is a field of a method's object (e.g., @code{this} in @code{C++}), We use "C@t{++}" in the manual for the C++ language. Putting it all in @code is not right, because it isn't a program symbol, and it also looks weird in the Info output, where @code is converted to `..' quoted string. Thanks.