From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26793 invoked by alias); 7 May 2013 18:06:10 -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 26724 invoked by uid 89); 7 May 2013 18:06:09 -0000 X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-vb0-f47.google.com (HELO mail-vb0-f47.google.com) (209.85.212.47) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 18:05:58 +0000 Received: by mail-vb0-f47.google.com with SMTP id x14so759381vbb.6 for ; Tue, 07 May 2013 11:05:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=yvVWl907JknQIqcJuQ174znpO5ZU0ZuowwoVNM8LQDQ=; b=LfXRp7i97qULus1YE9oOsxGQU6KZVCchYOiZovAnlScElrBm4omt/DhpRvVJQCf3cx ClZPkY2PUIX7vAdGeK9vZ1Xwx1ek/I0PO6JK2dLWZ9ipRVuv5NIk5hM3fJWWaCWEzmq1 i5OU0to51aLgLDCy9VlFxNy+SRzh5e64uBDGB8/ZqTCaaFIPqhwcj2AykunsxaR+B8sB qxutF4I5FQlqGPDP6ChOEAPwZ9+TSo+RUFsyefNdA+aFxQml9iX/+U1gkYiGtEqd4fk6 937lpoRAP9ZyxHq1QiE9lX1gd9LjWf7uu5zHY7nHlTrTXDkm1U0eLb1Q8NCVbpYAzEGQ LHOQ== MIME-Version: 1.0 X-Received: by 10.220.52.201 with SMTP id j9mr2049541vcg.33.1367949956466; Tue, 07 May 2013 11:05:56 -0700 (PDT) Received: by 10.220.173.7 with HTTP; Tue, 7 May 2013 11:05:56 -0700 (PDT) In-Reply-To: References: <87ehe638ww.fsf@fleche.redhat.com> <87vc7iy49l.fsf@fleche.redhat.com> <87zjwqqv2u.fsf@fleche.redhat.com> Date: Tue, 07 May 2013 18:06:00 -0000 Message-ID: Subject: Re: [PATCH 18/28] check gdb_python_initialized everywhere From: Doug Evans To: Tom Tromey Cc: gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmiwe81mt2CXrd//X4KFZ3m0CvqgmEYQ4gI1YpwkdeO5mi7+xV0K3/3TB8j/bBEI2fdgXbloHaZ/LP1186iT+NpMqeeisaVISS0uLzKuy5c2xYzrRYxvwY4SWPmDivwUqHHuNlWglcT0IaHCbuxcY7Z071BS+e/KtvdBTH6jfVcI3hemC+rLBkliB8ROHnegjnaHuOCnutj84fgIABq0PAWDLypAg== X-SW-Source: 2013-05/txt/msg00253.txt.bz2 On Tue, May 7, 2013 at 10:57 AM, Doug Evans wrote: > On Mon, Apr 22, 2013 at 11:27 AM, Tom Tromey wrote: >>>>>>> "Tom" == Tom Tromey writes: >> >> Tom> While sending out the series I realized I had meant to write a test case >> Tom> for this patch but forgot to. I will hold on to this one until I write >> Tom> it. >> >> This required a two-part series. >> >> The first patch just cleans up the existing gdb.gdb tests to remove >> duplication and to make it simpler to add new tests here. >> >> The second patch is the actual test case. >> >> Built and regtested on x86-64 Fedora 18. > > Hi. > I could use selftest-support in a test I'm writing. > > Can you check this in? > TIA Blech. I never liked adding one's name to files. The data is useless after a few years and does a disservice to all those who come after. I bring this up because this text in python-selftest.exp is completely bogus. +# This file was written by Andrew Cagney (cagney at redhat dot com), +# derived from xfullpath.exp (written by Joel Brobecker), derived from +# selftest.exp (written by Rob Savoye).