From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22460 invoked by alias); 26 Jul 2008 19:21:23 -0000 Received: (qmail 22451 invoked by uid 22791); 26 Jul 2008 19:21:21 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Jul 2008 19:20:37 +0000 Received: from HOME-C4E4A596F7 ([77.127.123.9]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K4M00BLBOED3X43@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Sat, 26 Jul 2008 22:20:38 +0300 (IDT) Date: Sat, 26 Jul 2008 19:21:00 -0000 From: Eli Zaretskii Subject: Re: [RFA][patch 1/9] Yet another respin of the patch with initial Python support In-reply-to: X-012-Sender: halo1@inter.net.il To: Tom Tromey Cc: drow@false.org, bauerman@br.ibm.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20080615181833.uxmo25mg0kko40kw@imap.linux.ibm.com> <1216107418.14956.27.camel@localhost.localdomain> <1216245620.12209.18.camel@localhost.localdomain> <20080718195010.GA14356@caradoc.them.org> <1216653969.31797.6.camel@localhost.localdomain> <20080726134252.GA6077@caradoc.them.org> <20080726144138.GA9711@caradoc.them.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: 2008-07/txt/msg00498.txt.bz2 > Cc: Daniel Jacobowitz , bauerman@br.ibm.com, > gdb-patches@sourceware.org > From: Tom Tromey > Date: Sat, 26 Jul 2008 11:25:48 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> So are you saying that adding Python will enable features that are > Eli> beyond user-defined commands (a.k.a. scripting)? If so, what are > Eli> those features? > > The python programmer will be able to access nearly everything. We > already have (on the branch) representations for threads, breakpoints, > commands, internal functions (a new feature), blocks, frames, symbols, > symbol tables, and values. Yes, but is there some _purpose_ of accessing these internals, except for writing user-defined commands?