From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7972 invoked by alias); 15 Feb 2013 18:57:56 -0000 Received: (qmail 7964 invoked by uid 22791); 15 Feb 2013 18:57:55 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Feb 2013 18:57:50 +0000 Received: by mail-wi0-f169.google.com with SMTP id l13so1740884wie.0 for ; Fri, 15 Feb 2013 10:57:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=qAOK2RvvBmibedMbGVHMJVGhjYdKYZpRAZlpfE63Fzs=; b=LWPQiPxVwH73YAH8eqR/7J1IfNJ5r0aKY/XTmWB8ja6DxVnSazA/+tJMnIrnAxUIAA +k52DRWv8yRleiwDaVpq1nw3zqq6HVCpDmhy/bBsP6fehH41DRoRbpUUXmG90hokBIZB 48bTCXxoUl8aG7RzpONmEMd9pFlXh4yCgQJsrrFBTjH1wwo8v76WDtTJr/jhh8AnE9/t oc+ujl40iuT6OREk2BAdSKhDGRPvPhFhOuonovoup7FDLlL3hz0H4E5+DyZmaOCBFIeK plb9a+oWRRa4d/l2hVpL52fM0HRT43hmRhR7Dan6RRoa2ZOWVqntOtH6EshhbKhTiLBm tDLw== MIME-Version: 1.0 X-Received: by 10.180.84.162 with SMTP id a2mr6132720wiz.14.1360954669313; Fri, 15 Feb 2013 10:57:49 -0800 (PST) Received: by 10.194.158.195 with HTTP; Fri, 15 Feb 2013 10:57:49 -0800 (PST) In-Reply-To: References: <20753.38272.55066.651097@ruffy2.mtv.corp.google.com> <87txphmdt3.fsf@fleche.redhat.com> <87r4kkks5g.fsf@fleche.redhat.com> <20763.64197.459891.627211@ruffy2.mtv.corp.google.com> <20765.55532.700460.792597@ruffy2.mtv.corp.google.com> Date: Fri, 15 Feb 2013 18:57:00 -0000 Message-ID: Subject: Re: [RFC - Python Scripting] New method gdb.Architecture.disassemble From: Doug Evans To: Siva Chandra Cc: gdb-patches , Tom Tromey , Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlNqRQJIX0A9Hp0hoGUUhCWzZffOGekr9U7werSLcHiFH/7dajHFL5FPyyiA2TYfthkdQZtRmafv0uXpaaFdtMJCCDL4ll4FDQ+SnecpygokhXrjsmNtcFq/mRk/IDS4GtiswT6BpYIapZMOkSvVvo15NxocCii7t+Bk4ZGIUMImp0Twvne/gUdunXVOPejw+aX4FvJ2BC444f+EEXfVIrV7SBZXA== 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: 2013-02/txt/msg00408.txt.bz2 On Fri, Feb 15, 2013 at 9:40 AM, Siva Chandra wrote: > On Fri, Feb 15, 2013 at 9:32 AM, Doug Evans wrote: >> Oh, duh. Sorry for the followup. >> This needs a NEWS entry. > > There is an entry in the NEWS file: > > ** New method Frame.architecture returns the gdb.Architecture object > corresponding to the frame's architecture. > > Adding a new entry for this new method on gdb.Architecture might not > be good idea? I can of course modify to say, "... gdb.Architecture > object corresponding to the frame's architecture with methods 'name' > and 'disassemble'.", but it doesn't sound that very nice. Ah. I guess whether to add another one for disassemble is debatable then. Ok with me to leave out the NEWS entry then.