From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7307 invoked by alias); 1 Dec 2010 18:58:18 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 7170 invoked by uid 22791); 1 Dec 2010 18:58:17 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4CF69AC3.6090501@redhat.com> Date: Wed, 01 Dec 2010 18:58:00 -0000 From: sami wagiaalla User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.2 MIME-Version: 1.0 To: archer@sourceware.org Subject: Re: Python inferior control References: <4C655CA0.8010205@redhat.com> In-Reply-To: <4C655CA0.8010205@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q4/txt/msg00033.txt.bz2 On 08/13/2010 10:54 AM, Phil Muldoon wrote: > Hi, > > On the 23rd of August 2009 Oguz Kayral submitted an initial patch to > implement GDB inferior notification events in Python. Since then the > patch has bit-rotted somewhat. I've reconstituted this patch > against current GDB head and attached it. I've not changed very much: > renamed the files, re-ordered the Makefile.in and made some minor code > changes so that it compiles. > I have started looking at this with the purpose of getting Oguz's work upstream. I stated by removing bit rot from the patch that phil posted, and making my own modifications to get things to conform to GDB coding standards. I have also started addressing some of the issues that where brought up on this thread and in reply to Oguz's original posts. You can follow my progress on this branch on the archer repository: archer-swagiaal-oguz When I am finished I will reply to the emails here and post the patch on gdb-patches so we can continue the discussion there. Sami