From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15393 invoked by alias); 3 Dec 2007 03:54:09 -0000 Received: (qmail 15384 invoked by uid 22791); 3 Dec 2007 03:54:08 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.173) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 03 Dec 2007 03:54:01 +0000 Received: by ug-out-1314.google.com with SMTP id h2so2011775ugf for ; Sun, 02 Dec 2007 19:54:01 -0800 (PST) Received: by 10.67.103.12 with SMTP id f12mr3171631ugm.1196654040749; Sun, 02 Dec 2007 19:54:00 -0800 (PST) Received: from ?78.130.100.26? ( [78.130.100.26]) by mx.google.com with ESMTPS id 30sm16295461ugf.2007.12.02.19.53.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Dec 2007 19:54:00 -0800 (PST) Message-ID: <475369E6.6040209@portugalmail.pt> Date: Mon, 03 Dec 2007 03:54: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: gdb-patches@sourceware.org, Lerele Subject: Re: [gdbserver] (11/11) Windows CE process attaching support References: <4737B5C6.8020701@portugalmail.pt> <20071201190333.GJ24231@caradoc.them.org> In-Reply-To: <20071201190333.GJ24231@caradoc.them.org> 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-12/txt/msg00041.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Nov 12, 2007 at 02:09:10AM +0000, Pedro Alves wrote: >> 2007-11-12 Pedro Alves >> >> * win32-low.c (attaching): New global. >> (win32_create_inferior): Clear the `attaching' global. >> (win32_attach): Set the `attaching' global. >> (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when >> attaching. Only set a breakpoint at the entry point if not >> attaching. > > OK. > Thanks, checked in. -- Pedro Alves