From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32601 invoked by alias); 10 Jan 2008 01:11:35 -0000 Received: (qmail 32592 invoked by uid 22791); 10 Jan 2008 01:11:35 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.175) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jan 2008 01:11:15 +0000 Received: by ug-out-1314.google.com with SMTP id h2so392395ugf.12 for ; Wed, 09 Jan 2008 17:11:12 -0800 (PST) Received: by 10.67.119.15 with SMTP id w15mr2878138ugm.73.1199927472699; Wed, 09 Jan 2008 17:11:12 -0800 (PST) Received: from ?88.210.73.250? ( [88.210.73.250]) by mx.google.com with ESMTPS id m1sm6186214uge.85.2008.01.09.17.11.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Jan 2008 17:11:11 -0800 (PST) Message-ID: <478570B5.8020706@portugalmail.pt> Date: Thu, 10 Jan 2008 01:11:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: =?UTF-8?B?QmF0cyBNw6lsYW5pZQ==?= CC: gdb@sourceware.org Subject: Re: Attach VC++ application to debug DLL compiled with Gcc References: <20080109144832.yz2ss53a8go0g80o@the-doors.enix.org> In-Reply-To: <20080109144832.yz2ss53a8go0g80o@the-doors.enix.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00061.txt.bz2 Bats Mélanie wrote: > Attaching to program `/cygdrive/c/MyExe.exe', process 3632 > > [2]+ Stopped gdb MyExe 3632 > It seems gdb got suspended. As a workaround, enter "fg" (without quotes) to restore it, and it it should be ok. I believe this was fixed after the cygwin gdb package release you're using. Please try a recent release or snapshot. -- Pedro Alves