From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27789 invoked by alias); 16 Feb 2012 14:42:49 -0000 Received: (qmail 27777 invoked by uid 22791); 16 Feb 2012 14:42:48 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Thu, 16 Feb 2012 14:42:35 +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 q1GEgZhN003819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Feb 2012 09:42:35 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q1GEgYBF019977; Thu, 16 Feb 2012 09:42:35 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id q1GEgXUh020906; Thu, 16 Feb 2012 09:42:33 -0500 From: Tom Tromey To: Pedro Alves Cc: Jan Kratochvil , gdb-patches@sourceware.org Subject: Re: RFC: fix crash when inferior exits during "continue" References: <20120210144040.GA28038@host2.jankratochvil.net> <87ty2ya1ys.fsf@fleche.redhat.com> <20120214134417.GA6730@redhat.com> <4F3A6D51.5010904@redhat.com> <87d39fn9cq.fsf@fleche.redhat.com> <4F3CEC0E.4070603@redhat.com> <87lio2kfjo.fsf@fleche.redhat.com> Date: Thu, 16 Feb 2012 15:24:00 -0000 In-Reply-To: <87lio2kfjo.fsf@fleche.redhat.com> (Tom Tromey's message of "Thu, 16 Feb 2012 07:40:11 -0700") Message-ID: <87hayqkffq.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 2012-02/txt/msg00328.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Tom> Oops, I missed this comment before check-in. Tom> I'll fix it now. Patch appended. Tested on x86-64 Fedora 16. Tom 2012-02-16 Tom Tromey * gdb.base/inferior-died.c: Don't include stdio.h. Index: gdb.base/inferior-died.c =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/inferior-died.c,v retrieving revision 1.1 diff -u -r1.1 inferior-died.c --- gdb.base/inferior-died.c 16 Feb 2012 14:35:00 -0000 1.1 +++ gdb.base/inferior-died.c 16 Feb 2012 14:41:12 -0000 @@ -17,7 +17,6 @@ */ #include -#include #include #include