From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28447 invoked by alias); 10 Sep 2012 15:09:45 -0000 Received: (qmail 28434 invoked by uid 22791); 10 Sep 2012 15:09:44 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Sep 2012 15:09:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C64921C7745; Mon, 10 Sep 2012 11:09:30 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id aW86ZU8qYfKY; Mon, 10 Sep 2012 11:09:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7AD501C7718; Mon, 10 Sep 2012 11:09:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 5F04014561A; Mon, 10 Sep 2012 08:09:27 -0700 (PDT) Date: Mon, 10 Sep 2012 15:09:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Dov Grobgeld , gdb@sourceware.org Subject: Re: Python debugging in gdb Message-ID: <20120910150927.GA2864@adacore.com> References: <87mx0xex6e.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mx0xex6e.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-09/txt/msg00021.txt.bz2 > Dov> Is this feasible? Can someone give me some ideas and pointers of how > Dov> to go about implementing this? > > It is definitely feasible. There may still be some ugly parts; if so > please file bug reports, since this is something we would like to work > nicely. Wouldn't the "pdb" module already be doing what Dov is trying to do? -- Joel