From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26593 invoked by alias); 20 May 2011 12:57:36 -0000 Received: (qmail 26585 invoked by uid 22791); 20 May 2011 12:57:35 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-bw0-f41.google.com (HELO mail-bw0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 May 2011 12:57:21 +0000 Received: by bwz17 with SMTP id 17so3771830bwz.0 for ; Fri, 20 May 2011 05:57:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.64.208 with SMTP id xj16mr3947956bkb.60.1305896239851; Fri, 20 May 2011 05:57:19 -0700 (PDT) Received: by 10.204.56.66 with HTTP; Fri, 20 May 2011 05:57:19 -0700 (PDT) Date: Fri, 20 May 2011 12:57:00 -0000 Message-ID: Subject: help GDB python support From: Vikash Jain To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2011-05/txt/msg00109.txt.bz2 Hi All, I am newbie to the GDB. I am trying to use GDB7.2 with python support for crash utility tool. I am using freeBSD OS, if i configure GDB using ports, there is very limited python=A0capabilities. =A0Then i used=A0http://tromey.com/blog/?p=3D494=A0to build GDB. My build is success-full and i can run python scripts. I tried to ran script provided by in below link but it fails: http://sourceware.org/ml/gdb-patches/2008-04/msg00653.html I can see=A0gdb.get_frames fails, probably these has been not implemented in the the code which i pulled from GIT. So, can somebody guid me which GIT resource which i should use to build my GDB? I am confused now ;(. Best Regards Vikash