From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21879 invoked by alias); 15 Feb 2013 17:41:56 -0000 Received: (qmail 21871 invoked by uid 22791); 15 Feb 2013 17:41:54 -0000 X-SWARE-Spam-Status: No, hits=-5.4 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-ee0-f41.google.com (HELO mail-ee0-f41.google.com) (74.125.83.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Feb 2013 17:41:48 +0000 Received: by mail-ee0-f41.google.com with SMTP id c13so2008643eek.0 for ; Fri, 15 Feb 2013 09:41:46 -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=TXsW3gyT4qz0gXV7eFt1uFayi4/RbmRQbfNgfOAqDUg=; b=Kw2q5IH2ZDVgHXwg42nLyXPUBP1R2E8W/cZ94JTFiGXJE5n5bbklVv2XUSJjskbYJJ Kf1blKarYeheI6U53nIYT8qs0KbKijrb4AS4rsYgZi+ef+BDfGqtcl+FlDjOiR7G47tb /pCUBMcEjOzNKk0FIB72uG4XGOkv2oWwKhR7+4uziWSYt3BvQDg+L5ByINDALZHnIYna ISjXvtHXQWxWJ3rMVIfCzQZEidflz0Xsp3AB+UO8qLsGAGyO9stPZo/mzFm35EDXPByX VZul0HFmoJGtwTx88o6cbo0/CPSVpjcRU4xq3Q3N4aaMHPPZRnj/Y7+r0ptQTf4E9X03 eUFQ== MIME-Version: 1.0 X-Received: by 10.14.210.132 with SMTP id u4mr10561431eeo.19.1360950106521; Fri, 15 Feb 2013 09:41:46 -0800 (PST) Received: by 10.14.207.195 with HTTP; Fri, 15 Feb 2013 09:41:46 -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 17:41:00 -0000 Message-ID: Subject: Re: [RFC - Python Scripting] New method gdb.Architecture.disassemble From: Siva Chandra To: Doug Evans Cc: gdb-patches , Tom Tromey , Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmYSHKUqF2v2/+4ytKCRRnsGLqjSCHp1KcQ+gPU8l5XT7bGVtXI5Nci05myysFfK8qDZqoHo6PqVMrSDb4+XysTeAX5VlJgSIw9GneGDVg4EX0+Fsskw8OoHf9+iIc78mml5JOnNN4UKsnVYVH0nQueedY1EMCzHcSSf5sKiQcYFxb4O8R9rXSPNpjNvMcWj4qKcD+7OeQXD7ksG/j78oaVVTkq1w== 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/msg00401.txt.bz2 oops, sorry! I pasted the wrong new entry... On Fri, Feb 15, 2013 at 9:40 AM, Siva Chandra wrote: > ** New method Frame.architecture returns the gdb.Architecture object > corresponding to the frame's architecture. The above should have been: ** New class gdb.Architecture exposes GDB's internal representation of architecture in the Python API.