From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9171 invoked by alias); 19 Apr 2007 19:39:19 -0000 Received: (qmail 9163 invoked by uid 22791); 19 Apr 2007 19:39:19 -0000 X-Spam-Check-By: sourceware.org Received: from ik-out-1112.google.com (HELO ik-out-1112.google.com) (66.249.90.182) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Apr 2007 20:39:16 +0100 Received: by ik-out-1112.google.com with SMTP id b32so728625ika for ; Thu, 19 Apr 2007 12:39:14 -0700 (PDT) Received: by 10.78.151.3 with SMTP id y3mr367583hud.1177011554150; Thu, 19 Apr 2007 12:39:14 -0700 (PDT) Received: from ?88.210.73.81? ( [88.210.73.81]) by mx.google.com with ESMTP id p32sm3483893ugc.2007.04.19.12.39.12; Thu, 19 Apr 2007 12:39:13 -0700 (PDT) Message-ID: <4627C56E.2000709@portugalmail.pt> Date: Thu, 19 Apr 2007 22:06:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [Cygwin] Fix for: detaching crashes the inferior. References: <4618D3F7.3040700@portugalmail.pt> <4619748C.5080007@portugalmail.pt> <46199F9C.1060803@portugalmail.pt> <20070410051535.GA11134@ednor.casa.cgf.cx> <4053daab0704100345x5eee0dcav7104180ad93e5750@mail.gmail.com> <20070419044139.GA24029@trixie.casa.cgf.cx> In-Reply-To: <20070419044139.GA24029@trixie.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-04/txt/msg00297.txt.bz2 Pedro Alves wrote: > * win32-nat.c (win32_detach): Remove delete_command call. > Resume inferior with win32_resume instead of win32_continue. Christopher Faylor wrote: > Go ahead and check in what you've got. > Thanks. Checked in. Cheers, Pedro Alves