From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21070 invoked by alias); 21 Sep 2009 21:17:17 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 21058 invoked by uid 22791); 21 Sep 2009 21:17:16 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org From: Tom Tromey To: Oguz Kayral Cc: archer@sourceware.org Subject: Re: [RFC][0/5] Python event handling References: <36a35d480908230834y46a44e08od4645db444bb5e7a@mail.gmail.com> Reply-To: Tom Tromey Date: Mon, 21 Sep 2009 21:17:00 -0000 In-Reply-To: <36a35d480908230834y46a44e08od4645db444bb5e7a@mail.gmail.com> (Oguz Kayral's message of "Sun, 23 Aug 2009 18:34:25 +0300") 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 X-SW-Source: 2009-q3/txt/msg00238.txt.bz2 >>>>> "Oguz" == Oguz Kayral writes: Oguz> This patch series adds inferior event handling support to GDB Python Oguz> scripting. The work is based on archer-tromey-python branch. Hi Oguz. I'm sorry about the long delay in my response here. I spent most of August on another part of the Python interface and didn't have much time left over. I have a few comments on the patches. I will reply to the patches needing comment. One bigger thing, not specific to any particular patch, is that we like to have documentation for all new Python APIs. Tom