From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23913 invoked by alias); 5 Oct 2011 14:16:03 -0000 Received: (qmail 23901 invoked by uid 22791); 5 Oct 2011 14:16:00 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Oct 2011 14:15:27 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p95EFQs8018941 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 5 Oct 2011 10:15:26 -0400 Received: from host1.jankratochvil.net (ovpn-116-16.ams2.redhat.com [10.36.116.16]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p95EFOQ2026809 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 Oct 2011 10:15:26 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p95EFNtr001085; Wed, 5 Oct 2011 16:15:23 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p95EFMks001084; Wed, 5 Oct 2011 16:15:22 +0200 Date: Wed, 05 Oct 2011 14:16:00 -0000 From: Jan Kratochvil To: Kevin Pouget Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: Regression (or a new FAIL?): gdb.python/py-events.exp [Re: [PATCH] PR/12691 Add the inferior to Python exited event] Message-ID: <20111005141522.GA4395@host1.jankratochvil.net> References: <20111005121524.GA28249@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2011-10/txt/msg00137.txt.bz2 On Wed, 05 Oct 2011 14:36:36 +0200, Kevin Pouget wrote: > How do you test gdbserver? I'm working on a Fedora 15/X86_64, I should > be able to reproduce it There is: http://sourceware.org/gdb/wiki/TestingGDB#Testing_gdbserver_in_a_native_configuration I use it with my copy: git clone git://vps.jankratochvil.net/nethome mv nethome/src/runtest-gdbserver ~/src/runtest-gdbserver ~/src/runtest-gdbserver/runtest-gdbserver gdb.python/py-events.exp Reproducible with `CFLAGS=-O0 ./configure ;make' on f15-x86_64. Thanks, Jan