From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24140 invoked by alias); 21 Oct 2014 18:23:13 -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 24117 invoked by uid 89); 21 Oct 2014 18:23:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 21 Oct 2014 18:23:09 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9LIN56p015853 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 21 Oct 2014 14:23:05 -0400 Received: from localhost.localdomain (ovpn-112-31.ams2.redhat.com [10.36.112.31]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9LIN3QZ022880; Tue, 21 Oct 2014 14:23:03 -0400 Message-ID: <5446A486.8030308@redhat.com> Date: Tue, 21 Oct 2014 18:23:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Doug Evans , Eli Zaretskii CC: gdb-patches Subject: Re: [PATCH, doc RFA] Add ability to set random attributes in python objfiles,progspaces 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> <83y4sedjgx.fsf@gnu.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00552.txt.bz2 On 21/10/14 17:53, Doug Evans wrote: > On Fri, Oct 17, 2014 at 10:39 PM, Eli Zaretskii wrote: >>> 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. > Thanks. Phil? Apologies for the delay. Looks super. Thanks Doug. Cheers, Phil