From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7500 invoked by alias); 18 Mar 2010 15:55:23 -0000 Received: (qmail 7489 invoked by uid 22791); 18 Mar 2010 15:55:22 -0000 X-SWARE-Spam-Status: No, hits=-7.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Mar 2010 15:55:17 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2IFtDwO028619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 18 Mar 2010 11:55:13 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2IFtDNQ019009; Thu, 18 Mar 2010 11:55:13 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o2IFtCWu001063; Thu, 18 Mar 2010 11:55:12 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 297B1379848; Thu, 18 Mar 2010 09:55:12 -0600 (MDT) From: Tom Tromey To: Yogesh Mundada Cc: gdb@sourceware.org Subject: Re: gdb python setup problem References: <1957618c1003171419q24c02ee7vdf293b210bbba849@mail.gmail.com> Reply-To: tromey@redhat.com Date: Thu, 18 Mar 2010 15:55:00 -0000 In-Reply-To: <1957618c1003171419q24c02ee7vdf293b210bbba849@mail.gmail.com> (Yogesh Mundada's message of "Wed, 17 Mar 2010 17:19:33 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00138.txt.bz2 >>>>> "Yogesh" == Yogesh Mundada writes: A few things that the other responses didn't cover... Yogesh> #!/home/yogesh/build/gdb/gdb -P We haven't submitted the -P patch yet. Yogesh> Then I got the source code from archer-tromey-python branch as Yogesh> mentioned in http://sourceware.org/gdb/wiki/PythonGdb. I compiled that Yogesh> source code but still it did not have any -P option for python Yogesh> scripting. Make sure you are on the right branch -- archer-tromey-python. Tom