From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22192 invoked by alias); 18 Oct 2014 05:40:20 -0000 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 Received: (qmail 22176 invoked by uid 89); 18 Oct 2014 05:40:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout26.012.net.il Received: from mtaout26.012.net.il (HELO mtaout26.012.net.il) (80.179.55.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 18 Oct 2014 05:40:17 +0000 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NDM00200JZFQ700@mtaout26.012.net.il> for gdb-patches@sourceware.org; Sat, 18 Oct 2014 08:38:32 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NDM0053SL081R10@mtaout26.012.net.il>; Sat, 18 Oct 2014 08:38:32 +0300 (IDT) Date: Sat, 18 Oct 2014 05:40:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH, doc RFA] Add ability to set random attributes in python objfiles,progspaces In-reply-to: <21569.31750.685018.824870@ruffy.mtv.corp.google.com> To: Doug Evans Cc: pmuldoon@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y4sedjgx.fsf@gnu.org> References: <54379223.3080305@redhat.com> <21560.6392.457864.907695@ruffy2.mtv.corp.google.com> <5438247C.8050709@redhat.com> <21569.31750.685018.824870@ruffy.mtv.corp.google.com> X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00498.txt.bz2 > From: Doug Evans > Date: Fri, 17 Oct 2014 13:28:54 -0700 > Cc: gdb-patches@sourceware.org > > Phil Muldoon writes: > > On 10/10/14 18:35, Doug Evans wrote: > > > Phil Muldoon writes: > > > > Maybe add a small example here as you did with gdb.Objfile? Or maybe > > > > an xref. One of my goals in the next year is to add (and backfill in > > > > existing documentation) more example led documentation for Python. > > > > Sometimes an example speaks (ten) thousand words! > > > > > > I couldn't think of a simple one. > > > > Maybe document (as in describe) a more complex one? > > How about this? Fine with me, thanks.