From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31122 invoked by alias); 25 Feb 2007 22:46:30 -0000 Received: (qmail 31114 invoked by uid 22791); 25 Feb 2007 22:46:29 -0000 X-Spam-Check-By: sourceware.org Received: from elrond.portugalmail.pt (HELO elrond.portugalmail.pt) (195.245.179.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 25 Feb 2007 22:46:21 +0000 Received: from localhost (localhost [127.0.0.1]) by elrond.portugalmail.pt (Postfix) with ESMTP id 8F3FB376B7; Sun, 25 Feb 2007 22:46:15 +0000 (WET) Received: from elrond.portugalmail.pt ([127.0.0.1]) by localhost (elrond.portugalmail.pt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lc4T4Nf6zziG; Sun, 25 Feb 2007 22:46:15 +0000 (WET) Received: from [127.0.0.1] (88.210.72.184.rev.optimus.pt [88.210.72.184]) (Authenticated sender: pedro_alves@portugalmail.pt) by elrond.portugalmail.pt (Postfix) with ESMTP id 6786A36F8C; Sun, 25 Feb 2007 22:46:07 +0000 (WET) Message-ID: <45E211A5.6080905@portugalmail.pt> Date: Sun, 25 Feb 2007 22:46:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Lerele CC: gdb-patches@sourceware.org Subject: Re: [Patch] Win32 gdbserver new interrupt support, and attach to process fix. References: <45DF7E27.10102@champenstudios.com> In-Reply-To: <45DF7E27.10102@champenstudios.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000716-3, 23-02-2007), Outbound message X-Antivirus-Status: Clean 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-02/txt/msg00317.txt.bz2 Lerele wrote: > It works fine as it is, without making it too complex. > Just tested it on Cygwin + XP Pro, and I could successfully stop a running process. Nice. I plan on eventually adding a third option to GenerateConsoleCtrlEvent and DebugBreakProcess, that injects a thread into the debuggee, since WinCE doesn't have any of the above. That should make every stoppable process stoppable, in all Windows versions. Cheers, Pedro Alves