From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3047 invoked by alias); 29 Apr 2008 18:15:17 -0000 Received: (qmail 3039 invoked by uid 22791); 29 Apr 2008 18:15:17 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Apr 2008 18:14:57 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.217]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K0300DA3NCLVF20@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Tue, 29 Apr 2008 21:29:10 +0300 (IDT) Date: Tue, 29 Apr 2008 18:38:00 -0000 From: Eli Zaretskii Subject: Re: [RFC][patch 0/9] Python support in GDB In-reply-to: <20080429155212.444237503@br.ibm.com> X-012-Sender: halo1@inter.net.il To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: Content-transfer-encoding: 7BIT References: <20080429155212.444237503@br.ibm.com> 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-04/txt/msg00669.txt.bz2 > Date: Tue, 29 Apr 2008 12:52:12 -0300 > From: Thiago Jung Bauermann > > This patch series adds Python scripting support to GDB, and exposes > some of its subsystems hopefully in a "pythonic" way. Thanks a lot! I presume that you are suggesting these patches for the GDB CVS trunk, right? That is, it isn't gonna live on some specialized branch, right? If so, it must be accompanied by some minimal documentation. We cannot have such a major feature go undocumented.