From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19424 invoked by alias); 20 Feb 2013 18:44:20 -0000 Received: (qmail 19405 invoked by uid 22791); 20 Feb 2013 18:44:19 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,HDRS_LCASE_1K,KHOP_THREADED,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, 20 Feb 2013 18:44:09 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MIJ00G007VW8M00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 20 Feb 2013 20:43:02 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIJ00FWU7ZQYW90@a-mtaout23.012.net.il>; Wed, 20 Feb 2013 20:43:02 +0200 (IST) Date: Wed, 20 Feb 2013 18:44:00 -0000 From: Eli Zaretskii Subject: Re: [RFC - Python Scripting] New method gdb.Architecture.disassemble In-reply-to: To: Siva Chandra Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4kaomgr.fsf@gnu.org> 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> <83a9r4sl04.fsf@gnu.org> <83k3q4p8bu.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: 2013-02/txt/msg00540.txt.bz2 > Date: Wed, 20 Feb 2013 04:34:23 -0800 > From: Siva Chandra > Cc: gdb-patches@sourceware.org > > On Tue, Feb 19, 2013 at 8:38 AM, Eli Zaretskii wrote: > >> One can specify all three arguments. Does the description anywhere > >> indicate otherwise? > > > > The text does not describe that possibility at all, so I assumed that > > it cannot happen. > > How does the attached patch look? Looks good, thanks.