From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26017 invoked by alias); 31 Oct 2014 00:07:35 -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 26006 invoked by uid 89); 31 Oct 2014 00:07:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f52.google.com Received: from mail-qa0-f52.google.com (HELO mail-qa0-f52.google.com) (209.85.216.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 31 Oct 2014 00:07:33 +0000 Received: by mail-qa0-f52.google.com with SMTP id u7so4640203qaz.11 for ; Thu, 30 Oct 2014 17:07:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ZQ/PtZNpuaDVYfGNxH2vkYvCOaUSa2exa+rbT147b+c=; b=gDl2fi60yH8Ny507hnwuMIHEQ2Ms5ZcFOXTikXwAW26e5I/mGiDuZCEPJackNl4RGO 3G0Q3m6Ha8hs3jClj8Y9jhxnk8EizIeN5rn/e/iXvDMV3nN6zBYuyt9ogltJboLFr3Et 65bEojH14jrQejamd+GLRGYOIlrN1XPDBehqy62wuerzQkHUdQSyPRPHGpuiaFMz7/C9 DZISARLPjnWvFVMlSMOtJ/MA0PX6eqTYMFAdzv/TqixQiamSnvwi4ULAvczSsMIKTnCw oJ38JTd7LkzZQ43q6sS5MpukPxxnXYMjvuoSLGE5JXd08bUsoPD+RndEsqb+IiZbgzuz GF3g== X-Gm-Message-State: ALoCoQnQdiACUBmxeMD6D27GZ552mgmH+bVZYvgOgXDuBDrBI2rO9AZCEcbCWPunusr4AIE/1oo2 MIME-Version: 1.0 X-Received: by 10.140.43.6 with SMTP id d6mr29480109qga.104.1414714051708; Thu, 30 Oct 2014 17:07:31 -0700 (PDT) Received: by 10.229.250.4 with HTTP; Thu, 30 Oct 2014 17:07:31 -0700 (PDT) In-Reply-To: <5446A486.8030308@redhat.com> 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> <5446A486.8030308@redhat.com> Date: Fri, 31 Oct 2014 00:07:00 -0000 Message-ID: Subject: Re: [PATCH, doc RFA] Add ability to set random attributes in python objfiles,progspaces From: Doug Evans To: Phil Muldoon Cc: Eli Zaretskii , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00855.txt.bz2 On Tue, Oct 21, 2014 at 11:23 AM, Phil Muldoon wrote: > 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. No worries on the delay. :-) Committed, thanks.