From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4861 invoked by alias); 21 Oct 2014 16:53:19 -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 4845 invoked by uid 89); 21 Oct 2014 16:53:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 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-qc0-f174.google.com Received: from mail-qc0-f174.google.com (HELO mail-qc0-f174.google.com) (209.85.216.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 21 Oct 2014 16:53:11 +0000 Received: by mail-qc0-f174.google.com with SMTP id m20so1218096qcx.33 for ; Tue, 21 Oct 2014 09:53:05 -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=FHbC4v5C1iffc00K3zdBXtjFeK1ySG7geCF7E29NmVU=; b=KV8ofyeRd0VDcP/DZK3lMyTpIlfeAIhJRKH8P4W+Rnb2jAiuxKq6vO2UrrSkUIr2B7 Qm3lIGNAxjpghTvNcbd3lgdMSuMcLmZn021xPXT7Q4IfIwl6gG0Bila607eKf/UglE2J Cs0lRYw7aV0kHRmLBzMSSZh8PfjbMGcdLIOFR3ndAmijgM+VE47nz3qPK9Rdhy/DCdnW y2NeGhyL0AGTCv6clZwrIfukOTSmBSPBOpWT7WFLst2zfifzs01arJCXTAllAPeA2NQx y195vnh3Cf+u1yTadBTDOF5PbcOl4ag9Q8+LBP2OZ1XTB5gpUcsdL05epa4JIgEIW9W/ pM/w== X-Gm-Message-State: ALoCoQlIksUI35qoy5v+4R01NH92hAN/8BFw4m4CmrzT8ObrGLGx0VTRTjmFBF5lPqJiqsh0SJV7 MIME-Version: 1.0 X-Received: by 10.140.27.164 with SMTP id 33mr44386143qgx.57.1413910383847; Tue, 21 Oct 2014 09:53:03 -0700 (PDT) Received: by 10.229.250.4 with HTTP; Tue, 21 Oct 2014 09:53:03 -0700 (PDT) In-Reply-To: <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> <83y4sedjgx.fsf@gnu.org> Date: Tue, 21 Oct 2014 16:53:00 -0000 Message-ID: Subject: Re: [PATCH, doc RFA] Add ability to set random attributes in python objfiles,progspaces From: Doug Evans To: Eli Zaretskii Cc: Phil Muldoon , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00551.txt.bz2 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?