From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32013 invoked by alias); 3 Aug 2010 17:00:48 -0000 Received: (qmail 31981 invoked by uid 22791); 3 Aug 2010 17:00:45 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Aug 2010 17:00:39 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L6L00K005TFHY00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 03 Aug 2010 20:00:36 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.247.236]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L6L009HO5WZ82X0@a-mtaout22.012.net.il>; Tue, 03 Aug 2010 20:00:36 +0300 (IDT) Date: Tue, 03 Aug 2010 17:00:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Implement post_event for Python scripts. In-reply-to: <4C582707.6080101@redhat.com> To: Phil Muldoon Cc: tromey@redhat.com, brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r5ify6ko.fsf@gnu.org> References: <4C45F0B0.5000903@redhat.com> <20100727162956.GG13267@adacore.com> <4C503BFE.8090608@redhat.com> <20100728173128.GM13267@adacore.com> <4C582707.6080101@redhat.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: 2010-08/txt/msg00012.txt.bz2 > Date: Tue, 03 Aug 2010 15:26:15 +0100 > From: Phil Muldoon > CC: Joel Brobecker , gdb-patches ml > > I wrote up a multi-threaded example, but it is still a very basic > shell of an example. To really show a useful example it would require > loading an inferior, etc., and that would probably be too in-depth for > the manual > > Cheers, > > Phil > > -- > > > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo > index 03b59a3..77e21f2 100644 > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo OK. Thanks. > +this. For example: ^^ Two spaces.