From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19722 invoked by alias); 3 Jun 2014 17:10:10 -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 19706 invoked by uid 89); 3 Jun 2014 17:10:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f174.google.com Received: from mail-we0-f174.google.com (HELO mail-we0-f174.google.com) (74.125.82.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 03 Jun 2014 17:10:07 +0000 Received: by mail-we0-f174.google.com with SMTP id k48so7288032wev.33 for ; Tue, 03 Jun 2014 10:10:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=4I8xbexgrpeTow1CPVTSEe3uHo6nmmyZ3kR71+x0XzM=; b=gXWOw/UnROrcquxsYjxzQMUR9DgWyAIOM0EpEiVQ9ysQzuVcenFhWvR2Iqm5A57EGU rzdNwv/sMK3GGslGf0m7lshD1evGpBFDnPskkyi4UeVv2nl1pmqh4HLq1X6v/HWrawF/ BRvormj8cy34eCToukJtXQ84L753eTvyEzDsDcZTUrMboTtx2Tx8uUbUE5vuUGBU3p5y a4Tm7u8tTzvq530WsLUbaqYP+b2+OBPd/YfZlkkBfHVbXmlzy22CveMT+fxJ7hWFWRqu Fnb778MfFUmEqWJAV5BWMU3vkfaGVvoiPTQiSg2gUdvz3oFogjCtNFNGbOwOL9Rjfv/Q HHEQ== X-Gm-Message-State: ALoCoQkr+Fk7ytZE82yYk/0ijmnvAjJ1CNB2OYXmTweutb7KgEwdtyUc2wNupy7cNGSZyM0RjZNI MIME-Version: 1.0 X-Received: by 10.180.91.162 with SMTP id cf2mr34184895wib.57.1401815404501; Tue, 03 Jun 2014 10:10:04 -0700 (PDT) Received: by 10.217.51.7 with HTTP; Tue, 3 Jun 2014 10:10:04 -0700 (PDT) In-Reply-To: <83egz6a3ab.fsf@gnu.org> References: <83ha439l4m.fsf@gnu.org> <83egz6a3ab.fsf@gnu.org> Date: Tue, 03 Jun 2014 17:10:00 -0000 Message-ID: Subject: Re: [PATCH 1/4 v1] Add xmethod documentation and NEWS entry From: Siva Chandra To: Eli Zaretskii Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00095.txt.bz2 Thanks. Committed. On Mon, Jun 2, 2014 at 11:57 PM, Eli Zaretskii wrote: >> Date: Mon, 2 Jun 2014 13:43:52 -0700 >> From: Siva Chandra >> Cc: gdb-patches >> >> On Mon, Jun 2, 2014 at 12:17 PM, Eli Zaretskii wrote: >> >> Date: Mon, 2 Jun 2014 12:06:12 -0700 >> >> From: Siva Chandra >> >> >> >> The attached patch is almost the same as v19 except that it adds a >> >> small note about the xmethod example mentioning that xmethod in the >> >> example is slightly a different version of C++ operator+. >> > >> > Could you please identify the addition explicitly? I'm not sure which >> > note did you have in mind. >> >> Sorry for not being explicit. The part I am referring to is in the >> node "Writing an Xmethod". It is in the "@noindent" piece right after >> the first C++ example listing. > > OK, that's fine. Thanks.