From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28465 invoked by alias); 5 Feb 2011 05:44:31 -0000 Received: (qmail 28456 invoked by uid 22791); 5 Feb 2011 05:44:30 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Feb 2011 05:44:23 +0000 Received: by gyd10 with SMTP id 10so1428989gyd.0 for ; Fri, 04 Feb 2011 21:44:21 -0800 (PST) Received: by 10.146.168.9 with SMTP id q9mr1060603yae.33.1296884661340; Fri, 04 Feb 2011 21:44:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.147.34.12 with HTTP; Fri, 4 Feb 2011 21:44:01 -0800 (PST) In-Reply-To: References: <4D2342A2.7060102@redhat.com> <4D34AF3F.4090006@redhat.com> <4D39FFFD.80304@redhat.com> <4D49C69A.20401@redhat.com> <4D4ADA8A.40507@redhat.com> <4D4C5C4D.4070708@redhat.com> <4D4C62FA.5080101@redhat.com> From: Hui Zhu Date: Sat, 05 Feb 2011 05:44:00 -0000 Message-ID: Subject: Re: [patch] Support inferior events in python To: Paul Pluzhnikov Cc: sami wagiaalla , Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-02/txt/msg00104.txt.bz2 Just check in a patch for it. Hui On Sat, Feb 5, 2011 at 07:00, Paul Pluzhnikov wrot= e: > On Fri, Feb 4, 2011 at 12:35 PM, sami wagiaalla wro= te: > >> Woho! :).. Thank you for all the guidance. Committing soon. > > Looks like commit was incomplete: > > 2011-02-04 =A0Sami Wagiaalla =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Oguz Kayral > ... > =A0 =A0 =A0 =A0* python/py-event.c: New file. > > > cvs up python/bp-event.c > cvs update: nothing known about python/bp-event.c > > > make: *** No rule to make target `../../src/gdb/python/py-bpevent.c', > needed by `py-bpevent.o'. =A0Stop. > > Thanks! > -- > Paul Pluzhnikov >