From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20038 invoked by alias); 7 May 2013 17:57:30 -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 20029 invoked by uid 89); 7 May 2013 17:57:30 -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-f45.google.com (HELO mail-vb0-f45.google.com) (209.85.212.45) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 17:57:29 +0000 Received: by mail-vb0-f45.google.com with SMTP id 12so757686vbf.4 for ; Tue, 07 May 2013 10:57:28 -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=/MHgLHGxebyx4kV93cuVNCBG5EpkCu0vPqCHMlgM7ws=; b=EJqiN0mPjtG7VR6vTlTRNSdpDpRhbA8qOHPEbimUa3ABDoQ4/umc+5Srn/eU+yYh2D bT5hGYG0kC9zNXfYx4LEB2e9ktN9XQfnIzGhxZt5Oq0cDmIjPFlfdNG1aiH4n6hjUcPg Zb8gQXF8+tbi2wQ+PfzUkJfyeoUNF6G52N6lgkBWuOyFZKqB6NVBl/goR7R6GSWqygLP WiN0RYe2ZXY/h6qTmqKGbxbooC+2Ggtecth1432SDjtV6cBHyAeRK/v2Op7kLkqpYd7v pSA6iWt4ri7kPq1QAIrN1m7BilMkRpscbpJRDu5adkJ6obBbU0/ZYRqYcpemmrUCBZa/ N+Zg== MIME-Version: 1.0 X-Received: by 10.220.177.8 with SMTP id bg8mr2003695vcb.35.1367949448239; Tue, 07 May 2013 10:57:28 -0700 (PDT) Received: by 10.220.173.7 with HTTP; Tue, 7 May 2013 10:57:28 -0700 (PDT) In-Reply-To: <87zjwqqv2u.fsf@fleche.redhat.com> References: <87ehe638ww.fsf@fleche.redhat.com> <87vc7iy49l.fsf@fleche.redhat.com> <87zjwqqv2u.fsf@fleche.redhat.com> Date: Tue, 07 May 2013 17:57: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: ALoCoQkUxSluji5ngQtZlNdLpskhrTsryOcRz53cQxKH9h9NYXNgSO1hl4i+UHeFhQnhzyk+zXl/fR0RSH3dPu6opP/1W3IC3keX9HgoqhIptyA71ToU0Em2pWHCORIuhnL3dpJKgDCDPHd/tvLgOQ4kfRX1ai0LmvQSLUCVh3UC0zthqkRSM69SPfT1rQand3wOcGddXgPDLDu/rArg7vS+9VymQf7hXQ== X-SW-Source: 2013-05/txt/msg00251.txt.bz2 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