From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29575 invoked by alias); 11 Aug 2010 21:08:26 -0000 Received: (qmail 29566 invoked by uid 22791); 11 Aug 2010 21:08:25 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Aug 2010 21:08:21 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7BL7u9J006237 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 11 Aug 2010 17:07:56 -0400 Received: from Phil-THINK.home (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7BL7sAq015071; Wed, 11 Aug 2010 17:07:54 -0400 Message-ID: <4C63112A.4020803@redhat.com> Date: Wed, 11 Aug 2010 21:08:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Thunderbird/3.1.1 MIME-Version: 1.0 To: gdb-patches ml CC: Tom Tromey , Joel Brobecker , Eli Zaretskii Subject: Re: [patch] Implement post_event for Python scripts. References: <4C45F0B0.5000903@redhat.com> <20100727162956.GG13267@adacore.com> <4C503BFE.8090608@redhat.com> <20100728173128.GM13267@adacore.com> <4C582707.6080101@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2010-08/txt/msg00159.txt.bz2 On 11/08/10 19:35, Tom Tromey wrote: >>>>>> "Phil" == Phil Muldoon writes: > > Phil> I wrote up a multi-threaded example, but it is still a very basic > Phil> shell of an example. To really show a useful example it would require > Phil> loading an inferior, etc., and that would probably be too in-depth for > Phil> the manual > > > Tom> Phil, please check in what you have. > Joel> I think that the documentation is just as good as we can make it. > Eli> OK. Thanks. > Eli> > Eli> +this. For example: > Eli> ^^ > Eli> Two spaces. So committed. Thanks for all the help! Cheers, Phil